[Add] ZJSDK 2.5.8.16
[CocoaPods.git] / Specs / 9 / 2 / 8 / DJNetworking / 0.1.3 / DJNetworking.podspec.json
blob23462e6745d845fcc1e8248518e8303c5fb02ab3
2   "name": "DJNetworking",
3   "version": "0.1.3",
4   "summary": "这是一个网络库",
5   "homepage": "https://github.com/Flipped-coder/DJNetworking",
6   "license": {
7     "type": "MIT",
8     "file": "LICENSE"
9   },
10   "authors": {
11     "邓杰": "1171276417@qq.com"
12   },
13   "platforms": {
14     "ios": "13.0"
15   },
16   "source": {
17     "git": "https://github.com/Flipped-coder/DJNetworking.git",
18     "tag": "0.1.3"
19   },
20   "source_files": "DJNetworking/**/*.{h,m}",
21   "public_header_files": "DJNetworking/**/*.h",
22   "frameworks": [
23     "UIKit",
24     "MapKit"
25   ],
26   "pod_target_xcconfig": {
27     "VALID_ARCHS": "x86_64 armv7 arm64"
28   },
29   "dependencies": {
30     "AFNetworking": [
31       "~> 4.0.0"
32     ]
33   }