[Delete] DSPSDK 1.0.0.3
[CocoaPods.git] / Specs / 3 / b / c / TrustSDK / 1.0.0 / TrustSDK.podspec.json
blobbd6ac0ef3392511aba0073825bfe8a6630d444b8
2   "name": "TrustSDK",
3   "version": "1.0.0",
4   "summary": "Trust Wallet SDK",
5   "homepage": "https://github.com/TrustWallet/TrustSDK-iOS",
6   "license": {
7     "type": "MIT",
8     "file": "LICENSE"
9   },
10   "authors": {
11     "Leone Parise": "leoneparise",
12     "Viktor Radchenko": "vikmeup"
13   },
14   "source": {
15     "git": "https://github.com/TrustWallet/TrustSDK-iOS.git",
16     "tag": "1.0.0"
17   },
18   "platforms": {
19     "ios": "11.0"
20   },
21   "default_subspecs": "Client",
22   "subspecs": [
23     {
24       "name": "Client",
25       "source_files": "TrustSDK/Classes/Client/**/*",
26       "dependencies": {
27         "TrustWalletCore/Types": [
29         ],
30         "BigInt": [
32         ]
33       }
34     },
35     {
36       "name": "Wallet",
37       "source_files": "TrustSDK/Classes/Wallet/**/*",
38       "dependencies": {
39         "TrustSDK/Client": [
41         ]
42       }
43     }
44   ]