blob: 4352f34385098194f09e7a393fcdcb4bbac1d8c3 [file] [log] [blame]
{
"name": "SwiftFlyer",
"version": "0.1.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.1.2"
},
"platforms": {
"ios": "9.0",
"osx": "10.11"
},
"source_files": "SwiftFlyer/**/*",
"dependencies": {
"CryptoSwift": [
"~> 0.8.0"
],
"PubNub": [
"~> 4.1"
]
},
"pushed_with_swift_version": "4.0"
}