[Add] com-qqsdk-control-Tools 1.2.1
[CocoaPods.git] / Specs / 0 / 1 / 9 / Request.swift / 2.3.0 / Request.swift.podspec.json
blobced9ce702e93e8cca1fb907e3d26bc9366eaa30e
2   "name": "Request.swift",
3   "version": "2.3.0",
4   "summary": "A (sync/async) tiny http client written in swift.",
5   "homepage": "https://github.com/BiAtoms/Request.swift",
6   "license": {
7     "type": "MIT",
8     "file": "LICENSE"
9   },
10   "authors": {
11     "Orkhan Alikhanov": "orkhan.alikhanov@gmail.com"
12   },
13   "source": {
14     "git": "https://github.com/BiAtoms/Request.swift.git",
15     "tag": "2.3.0"
16   },
17   "module_name": "RequestSwift",
18   "swift_versions": [
19     "5.0"
20   ],
21   "platforms": {
22     "ios": "8.0",
23     "osx": "10.9",
24     "tvos": "9.0"
25   },
26   "source_files": "Sources/*.swift",
27   "dependencies": {
28     "Socket.swift": [
29       "~> 2.4.0"
30     ]
31   },
32   "swift_version": "5.0"