[Add] XMUniversalSDK 1.0.0.0-dev
[CocoaPods.git] / Specs / 8 / a / 2 / DVTNetwork / 2.0.0 / DVTNetwork.podspec.json
blobfe31d150cb78eab3e233ddf2dd4aa29fb3356f4d
2   "name": "DVTNetwork",
3   "version": "2.0.0",
4   "summary": "DVTNetwork",
5   "description": "TODO:\n  基于Alamofire的一个网络框架,利用文件对get请求进行缓存",
6   "homepage": "https://github.com/darvintang/DVTNetwork",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "darvin": "darvin@tcoding.cn"
13   },
14   "source": {
15     "git": "https://github.com/darvintang/DVTNetwork.git",
16     "tag": "2.0.0"
17   },
18   "platforms": {
19     "ios": "12.0",
20     "osx": "10.14"
21   },
22   "source_files": "Sources/**/*.swift",
23   "swift_versions": "5",
24   "requires_arc": true,
25   "dependencies": {
26     "Alamofire": [
27       "~> 5.6.0"
28     ],
29     "DVTLoger": [
30       "~> 2.0.0"
31     ]
32   },
33   "swift_version": "5"