blob: 6b58e2dc38cd401ed31e1eabcf20c73c07fc757f [file] [log] [blame]
{
"name": "CoreNetWorkingLib",
"version": "0.4.1",
"summary": "杭州空灵智能科技有限公司基于AFNetworking所开发的网络请求库,支持get、post、upload等功能.",
"description": "杭州空灵智能科技有限公司基于AFNetworking所开发的网络请求库,支持get、post、upload、以及网络检测等功能.",
"homepage": "https://github.com/sunzhenglin/CoreNetWorkingLib",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"szl": "393992811@qq.com"
},
"source": {
"git": "https://github.com/sunzhenglin/CoreNetWorkingLib.git",
"tag": "0.4.1"
},
"platforms": {
"ios": "8.0"
},
"source_files": "CoreNetWorkingLib/Classes/**/*.{h,m}",
"dependencies": {
"AFNetworking": [
"~> 3.2.1"
],
"SVProgressHUD": [
"~> 2.2.5"
],
"TXModel": [
"~> 1.0.1"
]
},
"prefix_header_contents": "#import \"CoreNetworking.h\""
}