[Add] THEOplayer-Connector-Comscore 5.0.1
[CocoaPods.git] / Specs / c / d / 4 / ZBNetworking / 0.0.1 / ZBNetworking.podspec.json
blob6e3f10ec572bd8046d69a814297da62a6bb2b7fe
2   "name": "ZBNetworking",
3   "version": "0.0.1",
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.1"
20   },
21   "source_files": "ZBNetworking/Resource/**/*.{h,m}",
22   "requires_arc": true,
23   "dependencies": {
24     "zbpromise": [
25       "~> 0.0.1.1"
26     ],
27     "AFNetworking": [
28       "~> 3.2.1"
29     ],
30     "Reachability": [
31       "~> 3.2"
32     ]
33   }