[Add] flutter_libmwc 0.0.3
[CocoaPods.git] / Specs / 3 / 1 / a / TrustKeystore / 0.5.1 / TrustKeystore.podspec.json
blob91626a2b77e48b8c0043e18f1fd1443bf935443d
2   "name": "TrustKeystore",
3   "version": "0.5.1",
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.5.1"
16   },
17   "source_files": "Sources/**/*.swift",
18   "dependencies": {
19     "BigInt": [
21     ],
22     "CryptoSwift": [
24     ],
25     "TrezorCrypto": [
26       "~> 0.0.6"
27     ],
28     "TrustCore": [
29       "~> 0.2.1"
30     ]
31   },
32   "pod_target_xcconfig": {
33     "SWIFT_OPTIMIZATION_LEVEL": "-Owholemodule"
34   }