mirror of
https://github.com/averello/ConnectionKit.git
synced 2026-03-03 18:24:03 +01:00
31 lines
645 B
JSON
31 lines
645 B
JSON
{
|
|
"name": "ConnectionKit",
|
|
"version": "2.4.2",
|
|
"summary": "Abstract possible connections",
|
|
"description": "TODO: Add long description of the pod here.",
|
|
"homepage": "https://github.com/averello/ConnectionKit",
|
|
"license": {
|
|
"type": "Apache 2.0",
|
|
"file": "LICENSE"
|
|
},
|
|
"authors": {
|
|
"Georges Boumis": "developer.george.boumis@gmail.com"
|
|
},
|
|
"source": {
|
|
"git": "https://github.com/averello/ConnectionKit.git",
|
|
"tag": "2.4.2"
|
|
},
|
|
"platforms": {
|
|
"ios": "8.0"
|
|
},
|
|
"source_files": "ConnectionKit/Classes/**/*",
|
|
"dependencies": {
|
|
"RepresentationKit": [
|
|
|
|
],
|
|
"CocoaAsyncSocket": [
|
|
|
|
]
|
|
}
|
|
}
|