[Add] jooohhn-Amplitude 9.3.3
[CocoaPods.git] / Specs / 5 / 8 / 4 / KKNetworking / 1.0.1 / KKNetworking.podspec.json
blobb275f98ddafbd928098a005bfb47cb747d606063
2   "name": "KKNetworking",
3   "version": "1.0.1",
4   "summary": "网络请求封装",
5   "description": "基于AFNetWorking的封装",
6   "homepage": "https://github.com/colaicode/CLNetworking",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "colaicode": "colaicode@163.com"
13   },
14   "platforms": {
15     "ios": "8.0"
16   },
17   "source": {
18     "git": "https://github.com/colaicode/CLNetworking",
19     "tag": "1.0.1"
20   },
21   "source_files": "CLNetworking/CLNetworking/*.{h,m}",
22   "public_header_files": "CLNetworking/CLNetworking/*.h",
23   "requires_arc": true,
24   "dependencies": {
25     "AFNetworking": [
26       "~> 3.0"
27     ]
28   }