blob: ce9772188e1a14e27ce9cc901f89c516762958eb [file] [log] [blame]
{
"name": "ZaifSwift",
"version": "0.1.1",
"summary": "Zaif Exchange API wrappers for Swift",
"description": "For easy access to Zaif APIs from Swift",
"homepage": "https://github.com/kyotaw/ZaifSwift",
"license": "MIT",
"authors": {
"kyotaw": "httg1326@gmail.com"
},
"platforms": {
"ios": "10.0"
},
"source": {
"git": "https://github.com/kyotaw/ZaifSwift.git",
"commit": "54d19e2a8dc37b7359551da6c12ff14632f8b199",
"tag": "0.1.1"
},
"source_files": "ZaifSwift/**/*.{swift}",
"requires_arc": true,
"dependencies": {
"CryptoSwift": [
],
"Alamofire": [
"~>4.0"
],
"SwiftWebSocket": [
"2.6.5"
],
"SwiftyJSON": [
]
}
}