blob: eccf3c466243f30f97ab7b3804b68889e7e7b211 [file] [log] [blame]
{
"name": "SwiftFlyer",
"version": "0.2.2",
"summary": "An API wrapper for bitFlyer written in Swift.",
"description": "An API wrapper for bitFlyer that supports all providing API.",
"homepage": "https://github.com/rinov/SwiftFlyer",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"rinov": "rinov@rinov.jp"
},
"source": {
"git": "https://github.com/rinov/SwiftFlyer.git",
"tag": "0.2.2"
},
"platforms": {
"ios": "9.0",
"osx": "10.11"
},
"source_files": "SwiftFlyer/**/*",
"dependencies": {
"CryptoSwift": [
"~> 0.8.3"
],
"Starscream": [
"~> 3.0.5"
]
}
}