[Add] RXSDK_Pure 3.0.301
[CocoaPods.git] / Specs / 3 / d / 1 / CBNetworking / 1.0.2 / CBNetworking.podspec.json
blobce874424cf5d1568b8de59174688f27d27889cee
2   "name": "CBNetworking",
3   "version": "1.0.2",
4   "summary": "对于AFNetWorking的封装.",
5   "homepage": "https://github.com/cbangchen/CBNetworking",
6   "license": "MIT",
7   "authors": {
8     "陈超邦": "http://cbang.info"
9   },
10   "platforms": {
11     "ios": "7.0"
12   },
13   "source": {
14     "git": "https://github.com/cbangchen/CBNetworking.git",
15     "tag": "1.0.2"
16   },
17   "source_files": "CBNetworking/CBNetworking/*.{h,m}",
18   "dependencies": {
19     "AFNetworking": [
20       "~> 3.0"
21     ]
22   },
23   "requires_arc": true