[Add] CarDrLib 1.0.1
[CocoaPods.git] / Specs / 3 / 5 / 9 / DekuSanKeystore / 0.5.1 / DekuSanKeystore.podspec.json
blobc314d8c0e3e4c038a3754b4e1ff6d791cc7beccf
2   "name": "DekuSanKeystore",
3   "version": "0.5.1",
4   "summary": "A general-purpose DEXON keystore for managing wallets.",
5   "homepage": "https://dexon.org",
6   "license": "GPL",
7   "authors": {
8     "DEXON Foundation": "app@dexon.org"
9   },
10   "platforms": {
11     "ios": "10.0"
12   },
13   "source": {
14     "git": "https://github.com/dexon-foundation/dekusan-keystore.git",
15     "tag": "0.5.1"
16   },
17   "source_files": "Sources/**/*.swift",
18   "dependencies": {
19     "BigInt": [
21     ],
22     "CryptoSwift": [
24     ],
25     "TrezorCrypto": [
27     ],
28     "DekuSanCore": [
29       "~> 0.2.2"
30     ]
31   },
32   "pod_target_xcconfig": {
33     "SWIFT_OPTIMIZATION_LEVEL": "-Owholemodule"
34   }