blob: 53873439ecca10bb7064391ec47a3af7fb28745e [file] [log] [blame]
{
"name": "CoinSwitchAPI",
"module_name": "CoinSwitch",
"version": "1.1.3",
"summary": "CoinSwitch - crypto to crypto exchange service - API client",
"description": "* Supports all endpoints from Dynamic API\n* Returns response objects transparently decoded via Codable\n* Based on Swift 5 Result enum",
"homepage": "https://github.com/coinpaprika/coinswitch-api-swift-client",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Dominique Stranz": "dstranz@greywizard.com"
},
"source": {
"git": "https://github.com/coinpaprika/coinswitch-api-swift-client.git",
"tag": "1.1.3"
},
"social_media_url": "https://twitter.com/coinpaprika",
"platforms": {
"ios": "10.0",
"osx": "10.12",
"watchos": "3.0",
"tvos": "10.0"
},
"swift_versions": [
"4.2",
"5.0",
"5.0"
],
"cocoapods_version": "> 1.6.1",
"source_files": "CoinSwitchAPI/Classes/**/*",
"dependencies": {
"CoinpaprikaAPI/Networking": [
]
},
"swift_version": "5.0"
}