blob: c0522df74a494be87e13338b5297125efce5f16e [file] [log] [blame]
{
"name": "SwiftFlyer",
"version": "0.1.3",
"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.3"
},
"platforms": {
"ios": "9.0",
"osx": "10.11"
},
"source_files": "SwiftFlyer/**/*",
"dependencies": {
"CryptoSwift": [
"~> 0.8"
],
"PubNub": [
"~> 4.7"
]
}
}