| { |
| "name": "GDAXSocketSwift", |
| "version": "0.1.1", |
| "summary": "Unofficial Swift implementation of GDAX WebSocket API.", |
| "description": "Unofficial Swift implementation of GDAX Websocket API.", |
| "homepage": "https://github.com/hanishabsigh/GDAXSocketSwift", |
| "license": { |
| "type": "MIT", |
| "file": "LICENSE" |
| }, |
| "authors": { |
| "Hani Shabsigh": "hani@neuecoin.com" |
| }, |
| "source": { |
| "git": "https://github.com/hanishabsigh/GDAXSocketSwift.git", |
| "tag": "0.1.1" |
| }, |
| "social_media_url": "https://twitter.com/hanishabsigh", |
| "platforms": { |
| "ios": "8.1", |
| "osx": "10.13", |
| "tvos": "11.0", |
| "watchos": "4.0" |
| }, |
| "source_files": "GDAXSocketSwift/Classes/**/*", |
| "dependencies": { |
| "CryptoSwift": [ |
| |
| ] |
| }, |
| "pushed_with_swift_version": "4.0" |
| } |