[Add] AlibabacloudIQS20241111 1.2.0
[CocoaPods.git] / Specs / 8 / 4 / d / ChangellyAPI / 1.0 / ChangellyAPI.podspec.json
blob1aa24175aa7bba6790ae47a5892be1d1e4606de7
2   "name": "ChangellyAPI",
3   "version": "1.0",
4   "summary": "Changelly - crypto to crypto exchange service - API client",
5   "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",
6   "homepage": "https://github.com/coinpaprika/changelly-api-swift-client",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Dominique Stranz": "dstranz@greywizard.com"
13   },
14   "source": {
15     "git": "https://github.com/coinpaprika/changelly-api-swift-client.git",
16     "tag": "1.0"
17   },
18   "social_media_url": "https://twitter.com/coinpaprika",
19   "platforms": {
20     "ios": "10.0",
21     "osx": "10.12",
22     "watchos": "3.0",
23     "tvos": "10.0"
24   },
25   "swift_versions": [
26     "4.2",
27     "5.0"
28   ],
29   "cocoapods_version": "> 1.6.1",
30   "source_files": "ChangellyAPI/Classes/**/*",
31   "dependencies": {
32     "CoinpaprikaAPI/Networking": [
34     ]
35   }