blob: 471af7909c13c325bcaa5caa3a484876141f331e [file] [log] [blame]
{
"name": "HXNetWorking",
"version": "1.0.3",
"summary": "基于AFNetworking网络框架的封装",
"description": "基于AFNetworking网络框架的封装\n包含:\n 网络请求\n 版本更新\n 网络判断",
"homepage": "https://github.com/EarthMass/GhxNetWorking",
"license": "MIT",
"authors": {
"mars": "627556038@qq.com"
},
"platforms": {
"ios": "8.0"
},
"source": {
"git": "https://github.com/EarthMass/GhxNetWorking.git",
"tag": "1.0.3"
},
"source_files": "GhxNetWorking/NetWorkHelper/*.{h,m}",
"frameworks": [
"Foundation",
"UIKit"
],
"requires_arc": true,
"dependencies": {
"AFNetworking": [
"~>3.0"
]
}
}