[Add] ZJSDK 2.5.8.16
[CocoaPods.git] / Specs / a / 9 / 4 / DBNetworking / 1.0.4 / DBNetworking.podspec.json
blob5d4d7b6cecb6eb42ed1197c58f682fab34284cf9
2   "name": "DBNetworking",
3   "version": "1.0.4",
4   "summary": "Dabay tech : DBNetworking is a high level request util based on AFNetworking.",
5   "homepage": "https://github.com/Dabay-Tech/DBNetworking",
6   "license": "MIT",
7   "authors": {
8     "Tao Fei": "taofei0610@gmail.com"
9   },
10   "platforms": {
11     "ios": "8.0"
12   },
13   "source": {
14     "git": "https://github.com/Dabay-Tech/DBNetworking.git",
15     "tag": "1.0.4"
16   },
17   "source_files": "DBNetworking/**/*.{h,m}",
18   "frameworks": [
19     "CFNetwork",
20     "Security"
21   ],
22   "requires_arc": true,
23   "dependencies": {
24     "AFNetworking": [
25       "~> 3.1.0"
26     ],
27     "MBProgressHUD-DBExtension": [
28       "~> 1.0.0"
29     ]
30   }