[Add] YLProgressHUD 0.0.2
[CocoaPods.git] / Specs / 1 / 4 / 3 / ZillaKeystore / 0.5.1 / ZillaKeystore.podspec.json
blobbea77c5f3d626236c79489e307d086d18467928a
2   "name": "ZillaKeystore",
3   "version": "0.5.1",
4   "summary": "A general-purpose Ethereum keystore for managing wallets.",
5   "homepage": "https://github.com/zla-io/zilla-keystore",
6   "license": "ZLA",
7   "authors": {
8     "Jamal Mahfuz": "jamalmahfuz@outlook.com"
9   },
10   "platforms": {
11     "ios": "10.0"
12   },
13   "source": {
14     "git": "https://github.com/zla-io/zilla-keystore.git",
15     "tag": "0.5.1"
16   },
17   "source_files": "Sources/**/*.swift",
18   "dependencies": {
19     "CryptoSwift": [
20       "~> 0.9.0"
21     ],
22     "ZillaCore": [
24     ]
25   },
26   "pod_target_xcconfig": {
27     "SWIFT_OPTIMIZATION_LEVEL": "-Owholemodule"
28   }