[Delete] YLCategory-MacOS 1.1.5
[CocoaPods.git] / Specs / 1 / 4 / 3 / ZillaKeystore / 0.5.0 / ZillaKeystore.podspec.json
blobb79a7971f919a7260a8e127bfe10e891865d50a9
2   "name": "ZillaKeystore",
3   "version": "0.5.0",
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.0"
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   }