[Add] Plotline 4.1.5
[CocoaPods.git] / Specs / f / b / 1 / CCNetWorking / 0.1.2 / CCNetWorking.podspec.json
blob0a4dcc2518e1fbd68f9572cf8372b19aaab87f47
2   "name": "CCNetWorking",
3   "version": "0.1.2",
4   "summary": "网络请求",
5   "description": "网络请求私有库",
6   "homepage": "http://gitlab.hbc.tech/ios/CCNetKit.git",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "anxianglong": "anxianglong@huangbaoche.com"
13   },
14   "source": {
15     "git": "git@gitlab.hbc.tech:ios/CCNetKit.git",
16     "tag": "0.1.2"
17   },
18   "platforms": {
19     "ios": "9.0"
20   },
21   "source_files": "CCNetWorking/Classes/**/*",
22   "frameworks": "CFNetwork",
23   "dependencies": {
24     "AFNetworking": [
26     ]
27   }