[Add] AlibabacloudEas20210701 6.4.0
[CocoaPods.git] / Specs / a / 9 / 4 / DBNetworking / 1.2.8 / DBNetworking.podspec.json
bloba0b0435eb454ae648394dc1d7b54d0e5018572da
2   "name": "DBNetworking",
3   "version": "1.2.8",
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.2.8"
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     "DBProgressHUD": [
29     ],
30     "MJExtension": [
32     ]
33   }