blob: afb61b1af782602825c1540d9b1d6208f139662c [file] [log] [blame]
{
"name": "SHNetworking",
"version": "1.0.2",
"summary": "网络请求封装",
"description": "基于AFNetWorking的封装",
"homepage": "https://git.oschina.net/itav/shnetworking",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"itav": "itav_yf@163.com"
},
"platforms": {
"ios": "8.0"
},
"source": {
"git": "https://git.oschina.net/itav/shnetworking.git",
"tag": "1.0.2"
},
"source_files": "SHNetworking/SHNetworking/*.{h,m}",
"public_header_files": "SHNetworking/SHNetworking/*.h",
"requires_arc": true,
"dependencies": {
"AFNetworking": [
"~> 3.1"
]
}
}