[Add] VideoIDSDK 1.28.3-FR
[CocoaPods.git] / Specs / 3 / b / c / TrustSDK / 1.4.1 / TrustSDK.podspec.json
blobcc8349d4fa917747c208603ef034362ba471a932
2   "name": "TrustSDK",
3   "version": "1.4.1",
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.4.1"
17   },
18   "platforms": {
19     "ios": "11.0"
20   },
21   "swift_versions": "5.1",
22   "default_subspecs": "Client",
23   "subspecs": [
24     {
25       "name": "Client",
26       "source_files": "TrustSDK/Classes/Client/**/*",
27       "dependencies": {
28         "TrustWalletCore/Types": [
29           "~> 2.3.2"
30         ],
31         "BigInt": [
33         ]
34       }
35     },
36     {
37       "name": "Wallet",
38       "source_files": "TrustSDK/Classes/Wallet/**/*",
39       "dependencies": {
40         "TrustSDK/Client": [
42         ]
43       }
44     }
45   ],
46   "swift_version": "5.1"