blob: 2f3b6d6792da9c37c01c6de62cd1b26b238d067c [file] [log] [blame]
{
"name": "bFSwift",
"version": "0.2.0",
"summary": "bitFlyer Lightning API wrapper for Swift",
"description": "For easy access to bitFlyer Lightning APIs from Swift",
"homepage": "https://github.com/kyotaw/bFSwift",
"license": "MIT",
"authors": {
"kyotaw": "httg1326@gmail.com"
},
"platforms": {
"ios": "10.2"
},
"source": {
"git": "https://github.com/kyotaw/bFSwift.git",
"commit": "fee0719a3150a9bd83a1609091d2cfdf3674fed0",
"tag": "0.2.0"
},
"source_files": "bFSwift/**/*.{swift}",
"requires_arc": true,
"dependencies": {
"CryptoSwift": [
],
"Alamofire": [
"~>4.0"
],
"SwiftWebSocket": [
"2.6.5"
],
"SwiftyJSON": [
]
}
}