[Add] MoneyHashPayment 2.2.13
[CocoaPods.git] / Specs / 0 / 1 / 9 / Request.swift / 1.0.1 / Request.swift.podspec.json
blobd85f61fcf6a4cd07183f7321e96493e15257229b
2   "name": "Request.swift",
3   "version": "1.0.1",
4   "summary": "A 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": "1.0.1"
16   },
17   "module_name": "RequestSwift",
18   "platforms": {
19     "ios": "8.0",
20     "osx": "10.9",
21     "tvos": "9.0"
22   },
23   "source_files": "Sources/*.swift",
24   "dependencies": {
25     "Socket.swift": [
26       "~> 1.3"
27     ]
28   },
29   "pushed_with_swift_version": "3.1"