blob: 5eac8d46921d106b11d38c3f1846ec5711efede8 [file] [log] [blame]
{
"name": "Cryptex",
"version": "0.0.6",
"summary": "Cryptocurrency Exchange API Clients in Swift.",
"description": "Multiple crypto currency exchange api clients in swift.\nThis version has been modified by Mathias Klenk.",
"homepage": "https://github.com/trsathya/cryptex",
"license": "MIT",
"authors": [
"Sathyakumar Rajaraman",
"Mathias Klenk",
"Rob Saunders"
],
"source": {
"git": "https://github.com/trsathya/cryptex.git",
"tag": "0.0.6"
},
"platforms": {
"ios": "8.0",
"osx": "10.9",
"watchos": "2.0",
"tvos": "9.0"
},
"requires_arc": true,
"dependencies": {
"CryptoSwift": [
]
},
"default_subspecs": "All",
"subspecs": [
{
"name": "All",
"dependencies": {
"Cryptex/CoinMarketCap": [
],
"Cryptex/Gemini": [
],
"Cryptex/GDAX": [
],
"Cryptex/Poloniex": [
],
"Cryptex/Binance": [
],
"Cryptex/Koinex": [
],
"Cryptex/Cryptopia": [
],
"Cryptex/BitGrail": [
],
"Cryptex/CoinExchange": [
],
"Cryptex/Bitfinex": [
],
"Cryptex/Kraken": [
]
}
},
{
"name": "Common",
"source_files": "Sources/Common/**/*.swift"
},
{
"name": "CoinMarketCap",
"source_files": "Sources/CoinMarketCap.swift",
"dependencies": {
"Cryptex/Common": [
]
}
},
{
"name": "Gemini",
"source_files": "Sources/Gemini.swift",
"dependencies": {
"Cryptex/Common": [
]
}
},
{
"name": "GDAX",
"source_files": "Sources/GDAX.swift",
"dependencies": {
"Cryptex/Common": [
]
}
},
{
"name": "Poloniex",
"source_files": "Sources/Poloniex.swift",
"dependencies": {
"Cryptex/Common": [
]
}
},
{
"name": "Binance",
"source_files": "Sources/Binance.swift",
"dependencies": {
"Cryptex/Common": [
]
}
},
{
"name": "Koinex",
"source_files": "Sources/Koinex.swift",
"dependencies": {
"Cryptex/Common": [
]
}
},
{
"name": "Cryptopia",
"source_files": "Sources/Cryptopia.swift",
"dependencies": {
"Cryptex/Common": [
]
}
},
{
"name": "BitGrail",
"source_files": "Sources/BitGrail.swift",
"dependencies": {
"Cryptex/Common": [
]
}
},
{
"name": "CoinExchange",
"source_files": "Sources/CoinExchange.swift",
"dependencies": {
"Cryptex/Common": [
]
}
},
{
"name": "Bitfinex",
"source_files": "Sources/Bitfinex.swift",
"dependencies": {
"Cryptex/Common": [
]
}
},
{
"name": "Kraken",
"source_files": "Sources/Kraken.swift",
"dependencies": {
"Cryptex/Common": [
]
}
}
]
}