[Add] CXHAdSDK 1.4.6
[CocoaPods.git] / Specs / 2 / 1 / f / HYBNetworking / 1.1 / HYBNetworking.podspec.json
blob85f2bb61f484f283f044d44bc24e2e226cffaea6
2   "name": "HYBNetworking",
3   "version": "1.1",
4   "summary": "基于AFNetworking2.5封装的简单易用网络库,提供了常用的API",
5   "description": "基于AFNetworking封装的网络库,提供了常用的API,调用简单。若在使用过程中有问题,请反馈与作者,以便完善之!",
6   "homepage": "https://github.com/CoderJackyHuang/HYBNetworking",
7   "license": "MIT",
8   "authors": {
9     "huangyibiao": ""
10   },
11   "platforms": {
12     "ios": "6.0"
13   },
14   "source": {
15     "git": "https://github.com/CoderJackyHuang/HYBNetworking.git",
16     "tag": "1.1"
17   },
18   "source_files": [
19     "HYBNetworking",
20     "*.{h,m}"
21   ],
22   "requires_arc": true,
23   "dependencies": {
24     "AFNetworking": [
25       "~> 2.5.3"
26     ]
27   }