blob: b9901a39eb6bbf24573c8a1eeba1bd4410850625 [file] [log] [blame]
{
"name": "KrakenCrypto",
"version": "1.1.0",
"summary": "Lightweight wrapper for trading cryptocurrencies using Kraken.",
"homepage": "https://github.com/elsesiy/Kraken",
"license": {
"type": "MIT"
},
"authors": "Jonas-Taha El Sesiy",
"social_media_url": "http://twitter.com/elsesiy",
"platforms": {
"ios": "10.3"
},
"source": {
"git": "https://github.com/elsesiy/Kraken.git",
"tag": "1.1.0"
},
"swift_version": "4.1",
"source_files": "Sources/*.swift",
"dependencies": {
"CryptoSwift": [
"~> 0.10.0"
]
}
}