[Add] Plotline 4.1.5
[CocoaPods.git] / Specs / a / e / d / CoinSwitchAPI / 1.0 / CoinSwitchAPI.podspec.json
blob0203f7958987e5430ce9a42e7f1c1ff9ca6a84c4
2   "name": "CoinSwitchAPI",
3   "version": "1.0",
4   "summary": "CoinSwitch - crypto to crypto exchange service - API client",
5   "description": "* Supports all endpoints from Dynamic API\n* Returns response objects transparently decoded via Codable\n* Based on Swift 5 Result enum",
6   "homepage": "https://github.com/coinpaprika/coinswitch-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/coinswitch-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": "CoinSwitchAPI/Classes/**/*",
31   "dependencies": {
32     "CoinpaprikaAPI/Networking": [
34     ]
35   }