Files
ConnectionKit-mirror/Example/Pods/Local Podspecs/ConnectionKit.podspec.json
2018-12-19 17:44:13 +02:00

46 lines
859 B
JSON

{
"name": "ConnectionKit",
"version": "2.5",
"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.5"
},
"platforms": {
"ios": "8.0",
"osx": "10.9"
},
"source_files": "ConnectionKit/Classes/**/*",
"dependencies": {
"RepresentationKit": [
],
"CocoaAsyncSocket": [
]
},
"ios": {
"frameworks": [
"Foundation",
"Security",
"CFNetwork"
]
},
"osx": {
"frameworks": [
"Foundation",
"Security",
"CoreServices"
]
}
}