blob: 7878eff0ba42b8c26079f3a23e72ff541d9e1fc4 [file] [log] [blame]
{
"name": "CoinbaseSocketSwift",
"version": "1.0.1",
"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.1"
},
"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"
}