[Add] MentaVlionAdapter 6.00.22
[CocoaPods.git] / Specs / 9 / 2 / d / GhxNetWorking / 1.0.1 / GhxNetWorking.podspec.json
blobc684e142373554902227e37dc740bc9dfcf2bd4d
2   "name": "GhxNetWorking",
3   "version": "1.0.1",
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.1"
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   }