[Add] DocumentReaderMRZStage 7.5.10959
[CocoaPods.git] / Specs / 3 / 1 / a / TrustKeystore / 0.5.2 / TrustKeystore.podspec.json
blobe3751ad38e7c34b811e864d19efd07b9491b028e
2   "name": "TrustKeystore",
3   "version": "0.5.2",
4   "summary": "A general-purpose Ethereum keystore for managing wallets.",
5   "homepage": "https://github.com/TrustWallet/trust-keystore",
6   "license": "GPL",
7   "authors": {
8     "Alejandro Isaza": "al@isaza.ca"
9   },
10   "platforms": {
11     "ios": "10.0",
12     "osx": "10.12"
13   },
14   "source": {
15     "git": "https://github.com/TrustWallet/trust-keystore.git",
16     "tag": "0.5.2"
17   },
18   "source_files": "Sources/**/*.swift",
19   "dependencies": {
20     "BigInt": [
22     ],
23     "CryptoSwift": [
25     ],
26     "TrezorCrypto": [
28     ],
29     "TrustCore": [
30       "~> 0.2.2"
31     ]
32   },
33   "pod_target_xcconfig": {
34     "SWIFT_OPTIMIZATION_LEVEL": "-Owholemodule"
35   }