blob: eeee31450c53b2a28b4b41a788970b5a8f93c1a4 [file] [log] [blame]
{
"name": "SANetwork",
"version": "1.0.3",
"summary": "离散式请求,对AFNetworking的二次封装",
"license": "MIT",
"authors": {
"学宝": "zhanxuebao@outlook.com"
},
"homepage": "https://github.com/ISCSMobileOrg/SANetwork",
"platforms": {
"ios": "8.0"
},
"source": {
"git": "https://github.com/ISCSMobileOrg/SANetwork.git",
"tag": "1.0.3"
},
"requires_arc": true,
"source_files": "SANetwork/*.{h,m}",
"dependencies": {
"AFNetworking": [
"~> 3.0"
]
}
}