[Add] AlibabacloudCloudAPI20160714 4.5.1
[CocoaPods.git] / Specs / f / 8 / 4 / ChangeNow-SDK / 1.0.0 / ChangeNow-SDK.podspec.json
blob501d71473503dae09ed849188ab47a61567d9922
2   "name": "ChangeNow-SDK",
3   "version": "1.0.0",
4   "swift_versions": "5.0",
5   "platforms": {
6     "ios": "11.0"
7   },
8   "summary": "exchange API wrapper",
9   "homepage": "https://gitlab.com/changenow-s-library-catalogue/changenow-api-ios",
10   "license": "GNU GPLv3",
11   "authors": {
12     "Mikhail Shemin": "mikhail.s@changenow.io"
13   },
14   "description": "Integrate the ability to exchange cryptocurrencies into your application.",
15   "source": {
16     "git": "https://gitlab.com/changenow-s-library-catalogue/changenow-api-ios.git",
17     "tag": "1.0.0"
18   },
19   "subspecs": [
20     {
21       "name": "Base",
22       "source_files": "Source/ChangeNowSDK.swift"
23     },
24     {
25       "name": "API",
26       "source_files": [
27         "Source/API/*.swift",
28         "Source/API/**/*.swift"
29       ],
30       "dependencies": {
31         "ChangeNow-SDK/Base": [
33         ]
34       }
35     },
36     {
37       "name": "UI",
38       "source_files": [
39         "Source/UI/*.swift",
40         "Source/UI/**/*.swift"
41       ],
42       "resources": [
43         "Source/UI/ChangeNowUISDK.bundle",
44         "Source/UI/Assets.xcassets"
45       ],
46       "dependencies": {
47         "SVGKit": [
48           "~> 3.0"
49         ],
50         "NVActivityIndicatorView": [
51           "4.8.0"
52         ],
53         "ChangeNow-SDK/API": [
55         ],
56         "ChangeNow-SDK/Base": [
58         ]
59       }
60     }
61   ],
62   "swift_version": "5.0"