| { |
| "name": "SwiftFlyer", |
| "version": "0.2.1", |
| "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.1" |
| }, |
| "platforms": { |
| "ios": "9.0", |
| "osx": "10.11" |
| }, |
| "source_files": "SwiftFlyer/**/*", |
| "dependencies": { |
| "CryptoSwift": [ |
| "~> 0.8.3" |
| ], |
| "Starscream": [ |
| "~> 3.0.5" |
| ] |
| } |
| } |