[Add] TensorFlowLiteObjC 0.0.1-nightly.20241226
[CocoaPods.git] / Specs / a / 9 / 4 / DBNetworking / 1.1.3 / DBNetworking.podspec.json
blobc0bb764386516f0af4d1e80ef0b21a448128eb7f
2   "name": "DBNetworking",
3   "version": "1.1.3",
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.1.3"
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   }