blob: 0e3aab48c548d3f4e5f835544ea7ed04e8552529 [file] [log] [blame]
{
"name": "SSNetWork",
"version": "0.0.1",
"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.1"
},
"source_files": [
"SSNetWork",
"SSNetWork/**/*.{h,m}"
],
"requires_arc": true,
"platforms": {
"ios": "8.0"
},
"dependencies": {
"AFNetworking": [
"~> 3.0"
]
}
}