blob: 799095125075cb70db553aa83959f94a14594909 [file] [log] [blame]
{
"name": "ServiceApi",
"version": "1.0",
"summary": "ServiceApi is Swift class for simplefy web api call using small setups",
"description": "TODO: ServiceApi is Swift class for simplefy web api call using small setups, dependancy is SwiftyJSON",
"homepage": "https://github.com/erbittuu/ServiceApi",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Utsav Patel": "utsavhacker@gmail.com"
},
"source": {
"git": "https://github.com/erbittuu/ServiceApi.git",
"tag": "1.0"
},
"social_media_url": "https://twitter.com/erbittuu",
"platforms": {
"ios": "8.0"
},
"source_files": "ServiceApi/Classes/*",
"frameworks": [
"SystemConfiguration",
"MobileCoreServices"
],
"dependencies": {
"SwiftyJSON": [
]
},
"pod_target_xcconfig": {
"SWIFT_VERSION": "3.0"
},
"pushed_with_swift_version": "3.0"
}