blob: 45c1603c57a955ebdc1a1f3a6d932e7eaefc668d [file] [log] [blame]
{
"name": "ServiceSDK",
"version": "1.1.0",
"summary": "ServiceSDK.",
"description": "this is ServiceSDK",
"homepage": "https://github.com/ninhnm/ServiceSDK",
"license": "MIT",
"authors": {
"NinhNM": "ninhnm91@gmail.com"
},
"platforms": {
"ios": "9.0"
},
"source": {
"git": "https://github.com/ninhnm/ServiceSDK.git",
"tag": "1.1.0"
},
"source_files": [
"ServiceSDK",
"ServiceSDK/**/*.{h,m}"
],
"frameworks": "UIKit",
"requires_arc": true,
"dependencies": {
"Alamofire": [
]
}
}