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