blob: a110e56ecd546b43e525e0fa5833417b840e1666 [file] [log] [blame]
{
"name": "SSNetWork",
"version": "0.0.2",
"summary": "SSNetWork is a based level request util based on AFNetworking.",
"description": "基于AFNetworking封装的网络库",
"homepage": "https://github.com/SSPSource/SSNetWork",
"license": "MIT",
"authors": {
"Sunsp": "2316585240@qq.com"
},
"source": {
"git": "https://github.com/SSPSource/SSNetWork.git",
"tag": "0.0.2"
},
"source_files": [
"SSNetWork",
"SSNetWork/**/*.{h,m}"
],
"ios": {
"exclude_files": "SSNetWork/business/*.{h,m}"
},
"requires_arc": true,
"platforms": {
"ios": "8.0"
},
"dependencies": {
"AFNetworking": [
"~> 3.0"
]
}
}