[Add] Courier_iOS 5.5.5
[CocoaPods.git] / Specs / 7 / a / 9 / HXNetWorking / 1.0.3 / HXNetWorking.podspec.json
blob471af7909c13c325bcaa5caa3a484876141f331e
2   "name": "HXNetWorking",
3   "version": "1.0.3",
4   "summary": "基于AFNetworking网络框架的封装",
5   "description": "基于AFNetworking网络框架的封装\n包含:\n  网络请求\n  版本更新\n  网络判断",
6   "homepage": "https://github.com/EarthMass/GhxNetWorking",
7   "license": "MIT",
8   "authors": {
9     "mars": "627556038@qq.com"
10   },
11   "platforms": {
12     "ios": "8.0"
13   },
14   "source": {
15     "git": "https://github.com/EarthMass/GhxNetWorking.git",
16     "tag": "1.0.3"
17   },
18   "source_files": "GhxNetWorking/NetWorkHelper/*.{h,m}",
19   "frameworks": [
20     "Foundation",
21     "UIKit"
22   ],
23   "requires_arc": true,
24   "dependencies": {
25     "AFNetworking": [
26       "~>3.0"
27     ]
28   }