| { |
| "name": "Request.swift", |
| "version": "2.2.3", |
| "summary": "A (sync/async) tiny http client written in swift.", |
| "homepage": "https://github.com/BiAtoms/Request.swift", |
| "license": { |
| "type": "MIT", |
| "file": "LICENSE" |
| }, |
| "authors": { |
| "Orkhan Alikhanov": "orkhan.alikhanov@gmail.com" |
| }, |
| "source": { |
| "git": "https://github.com/BiAtoms/Request.swift.git", |
| "tag": "2.2.3" |
| }, |
| "module_name": "RequestSwift", |
| "platforms": { |
| "ios": "8.0", |
| "osx": "10.9", |
| "tvos": "9.0" |
| }, |
| "source_files": "Sources/*.swift", |
| "dependencies": { |
| "Socket.swift": [ |
| "~> 2.2" |
| ] |
| } |
| } |