blob: 800c1a4bda16e579f7a654a3ab9d25a2407b9650 [file] [log] [blame]
{
"name": "SCNetworkKit",
"version": "1.0.20",
"summary": "SCNetworkKit is a simple but powerful iOS and OS X networking framework.",
"description": "SCNetworkKit is a simple but powerful iOS and OS X networking framework,based on NSURLSession and NSURLSessionConfiguration, written by Objective-C, Support iOS 7+ ;",
"homepage": "http://debugly.cn/SCNetworkKit/",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"qianlongxu": "qianlongxu@sohu-inc.com"
},
"platforms": {
"ios": "7.0",
"osx": "10.10"
},
"source": {
"git": "https://github.com/debugly/SCNetworkKit.git",
"tag": "1.0.20"
},
"source_files": "SCNetworkKit/Classes/**/*.{h,m}",
"requires_arc": true
}