blob: 2833cf0b4d8e49e08b1b2ada2425308208a3b819 [file] [log] [blame]
{
"name": "SANetwork",
"version": "1.0.2",
"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.2"
},
"requires_arc": true,
"source_files": "SANetwork/*.{h,m}",
"dependencies": {
"AFNetworking": [
"~> 3.0"
]
}
}