[Add] TMUserCenter 0.2.55
[CocoaPods.git] / Specs / c / d / 4 / ZBNetworking / 0.0.2 / ZBNetworking.podspec.json
blobe68b3b98238cfa88da448f10ba2f24a6d35cc145
2   "name": "ZBNetworking",
3   "version": "0.0.2",
4   "summary": "AFNetworking+ZBPromise.",
5   "description": "This is a Network framework of AFNetworking+ZBPromise.",
6   "homepage": "https://github.com/githubzb/ZBNetworking",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "dr.box": "1126976340@qq.com"
13   },
14   "platforms": {
15     "ios": "9.0"
16   },
17   "source": {
18     "git": "https://github.com/githubzb/ZBNetworking.git",
19     "tag": "0.0.2"
20   },
21   "source_files": "ZBNetworking/Resource/**/*.{h,m}",
22   "requires_arc": true,
23   "dependencies": {
24     "zbpromise": [
25       "~> 0.0.2"
26     ],
27     "AFNetworking": [
28       "~> 3.2.1"
29     ],
30     "Reachability": [
31       "~> 3.2"
32     ]
33   }