[Add] ZJSDK 2.5.8.12
[CocoaPods.git] / Specs / 6 / 3 / f / QSNetworkTools / 0.0.5 / QSNetworkTools.podspec.json
bloba945c0139cac21a27b3748f494846d48a67f3725
2   "name": "QSNetworkTools",
3   "authors": {
4     "qiansheng": "790165729@qq.com"
5   },
6   "license": "MIT",
7   "requires_arc": true,
8   "version": "0.0.5",
9   "homepage": "https://github.com/qs991011/QSNetworkTools",
10   "swift_version": "5.0",
11   "source_files": "source/*.swift",
12   "source": {
13     "git": "https://github.com/qs991011/QSNetworkTools.git",
14     "tag": "0.0.5"
15   },
16   "summary": "network tools",
17   "description": "base Alamofire network layer",
18   "platforms": {
19     "ios": "10.0"
20   },
21   "pod_target_xcconfig": {
22     "SWIFT_VERSION": "5.0"
23   },
24   "dependencies": {
25     "Alamofire": [
26       "~>5.0.0-beta.5"
27     ],
28     "HandyJSON": [
29       "~>5.0.0-beta"
30     ]
31   }