blob: d346d340c346574597290f4f04a26a72d1e681e7 [file] [log] [blame]
{
"name": "ChangellyAPI",
"module_name": "Changelly",
"version": "1.1",
"summary": "Changelly - crypto to crypto exchange service - API client",
"description": "* Supports all endpoints from API\n* Returns response objects transparently decoded via Codable\n* Based on Swift 5 Result enum\n* Handle Changelly requests signing",
"homepage": "https://github.com/coinpaprika/changelly-api-swift-client",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Dominique Stranz": "dstranz@greywizard.com"
},
"source": {
"git": "https://github.com/coinpaprika/changelly-api-swift-client.git",
"tag": "1.1"
},
"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"
],
"cocoapods_version": "> 1.6.1",
"source_files": "ChangellyAPI/Classes/**/*",
"dependencies": {
"CoinpaprikaAPI/Networking": [
]
}
}