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