[Add] AlibabacloudPolardbx20200202 2.0.0
[CocoaPods.git] / Specs / c / 2 / 3 / DexonWalletSDK / 1.0.0 / DexonWalletSDK.podspec.json
blob84682478dde9f6741cf4617d419d04a6bc430d87
2   "name": "DexonWalletSDK",
3   "version": "1.0.0",
4   "summary": "DEXON Wallet SDK for iOS",
5   "homepage": "https://dexon.org/",
6   "license": {
7     "type": "MIT",
8     "file": "LICENSE"
9   },
10   "authors": {
11     "DEXON Foundation": "support@dexon.org"
12   },
13   "source": {
14     "git": "https://github.com/dexon-foundation/dexon-wallet-sdk-ios.git",
15     "tag": "v1.0.0"
16   },
17   "social_media_url": "https://twitter.com/dexonfoundation",
18   "platforms": {
19     "ios": "9.0"
20   },
21   "swift_version": "4.2",
22   "default_subspecs": "Core",
23   "subspecs": [
24     {
25       "name": "Core",
26       "source_files": "Sources/Core/**/*.{swift}",
27       "dependencies": {
28         "Result": [
29           "~> 4.0.0"
30         ],
31         "BigInt": [
32           "~> 3.1.0"
33         ]
34       }
35     },
36     {
37       "name": "Web3",
38       "source_files": "Sources/Web3/**/*.{swift}",
39       "dependencies": {
40         "DexonWalletSDK/Core": [
41           "~> 0.3.0"
42         ],
43         "CryptoSwift": [
44           "~> 0.14.0"
45         ],
46         "web3swift.pod": [
47           "~> 2.1.10"
48         ]
49       }
50     }
51   ]