Files
ConnectionKit-mirror/Example/Pods/Local Podspecs/ConnectionKit.podspec.json
Georges Boumis 7065cf52da add code
2017-09-01 12:42:53 +03:00

34 lines
673 B
JSON

{
"name": "ConnectionKit",
"version": "1.2.3",
"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": "1.2.3"
},
"platforms": {
"ios": "8.0"
},
"source_files": "ConnectionKit/Classes/**/*",
"dependencies": {
"RepresentationKit": [
],
"ContentKit": [
],
"CocoaAsyncSocket": [
]
}
}