[Add] ZJSDK 2.5.8.16
[CocoaPods.git] / Specs / a / 1 / 3 / SwiftyNetworkTools / 0.1.1 / SwiftyNetworkTools.podspec.json
blob3e404aef2dc1ec5917e2070312a550f8c7e22321
2   "name": "SwiftyNetworkTools",
3   "version": "0.1.1",
4   "summary": "简单、好用的网络请求库(包含Get、Post、Download、Upload功能)",
5   "description": "TODO: Add long description of the pod here.",
6   "homepage": "https://github.com/evan802399/SwiftyNetworkTools",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "evan802399": "570598658@qq.com"
13   },
14   "source": {
15     "git": "git@github.com:evan802399/SwiftyNetworkTools.git",
16     "tag": "0.1.1"
17   },
18   "platforms": {
19     "ios": "12.0"
20   },
21   "source_files": "SwiftyNetworkTools/Classes/**/*",
22   "dependencies": {
23     "Moya": [
24       "~> 15.0.0"
25     ],
26     "Alamofire": [
27       "~> 5.7.1"
28     ],
29     "HandyJSON": [
30       "5.0.0"
31     ]
32   }