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