blob: 931072fcb0de76e5230f79d49c42519b2807e5d5 [file] [log] [blame]
{
"name": "GhxNetWorking",
"version": "1.0.2",
"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.2"
},
"source_files": "GhxNetWorking/NetWorkHelper/*.{h,m}",
"frameworks": [
"Foundation",
"UIKit"
],
"requires_arc": true,
"dependencies": {
"AFNetworking": [
"~>3.0"
]
}
}