[Add] ZJSDK 2.5.8.12
[CocoaPods.git] / Specs / 1 / 8 / 3 / LZNetwork / 0.0.1 / LZNetwork.podspec.json
blob0244d43df28e7f3c468875b5e4b230f38a32ee6d
2   "name": "LZNetwork",
3   "version": "0.0.1",
4   "summary": "LZNetwork.",
5   "description": "swift 版本的网络请求封装,依赖于Moya进行二次装",
6   "homepage": "https://github.com/coder-cjl/LZNetwork",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "coder-cjl": "cjlsire@126.com"
13   },
14   "source": {
15     "git": "https://github.com/coder-cjl/LZNetwork.git",
16     "tag": "0.0.1"
17   },
18   "platforms": {
19     "ios": "13.0"
20   },
21   "swift_versions": [
22     "5"
23   ],
24   "source_files": "Source/**/*",
25   "frameworks": [
26     "UIKit",
27     "Foundation"
28   ],
29   "dependencies": {
30     "Moya": [
31       "~> 15.0.0"
32     ],
33     "Alamofire": [
34       "~> 5.9.0"
35     ]
36   },
37   "swift_version": "5"