[Add] flutter_libmwc 0.0.3
[CocoaPods.git] / Specs / 3 / 1 / a / TrustKeystore / 0.2.0 / TrustKeystore.podspec.json
blobb429f8ebefc11926e2278f000d38c11c229c5193
2   "name": "TrustKeystore",
3   "version": "0.2.0",
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   },
13   "source": {
14     "git": "https://github.com/TrustWallet/trust-keystore.git",
15     "tag": "0.2.0"
16   },
17   "source_files": "Sources/**/*.swift",
18   "dependencies": {
19     "BigInt": [
21     ],
22     "CryptoSwift": [
24     ],
25     "secp256k1_ios": [
26       "~> 0.1.0"
27     ],
28     "TrezorCrypto": [
30     ]
31   },
32   "pod_target_xcconfig": {
33     "SWIFT_OPTIMIZATION_LEVEL": "-Owholemodule"
34   }