blob: e0140cbc363329a66a79d62786e40f777682ed86 [file] [log] [blame]
{
"name": "ZaifSwift",
"version": "0.3.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": "31c6dd7358d440650dff6ac8f688f258961d337a",
"tag": "0.3.1"
},
"source_files": "ZaifSwift/**/*.{swift}",
"requires_arc": true,
"dependencies": {
"CryptoSwift": [
],
"Alamofire": [
"~>4.0"
],
"SwiftWebSocket": [
"2.6.5"
],
"SwiftyJSON": [
]
}
}