[Add] ISApptimismCustomAdapter 0.0.6
[CocoaPods.git] / Specs / 6 / b / 7 / EosioSwiftVault / 0.1.2 / EosioSwiftVault.podspec.json
blob59175d9b475d7ee214c1cee4b58aa7d55f63f41d
2   "name": "EosioSwiftVault",
3   "version": "0.1.2",
4   "summary": "Keychain and Secure Enclave functions for EOSIO.",
5   "homepage": "https://github.com/EOSIO/eosio-swift-vault",
6   "license": {
7     "type": "MIT",
8     "text": "                           Copyright (c) 2017-2019 block.one and its contributors.  All rights reserved.\n"
9   },
10   "authors": {
11     "Todd Bowden": "todd.bowden@block.one"
12   },
13   "source": {
14     "git": "https://github.com/EOSIO/eosio-swift-vault.git",
15     "tag": "v0.1.2"
16   },
17   "swift_versions": "4.2",
18   "platforms": {
19     "ios": "11.3"
20   },
21   "source_files": "EosioSwiftVault/**/*.swift",
22   "pod_target_xcconfig": {
23     "CLANG_ALLOW_NON_MODULAR_INCLUDES_IN_FRAMEWORK_MODULES": "YES",
24     "CLANG_ENABLE_MODULES": "YES",
25     "SWIFT_COMPILATION_MODE": "wholemodule",
26     "ENABLE_BITCODE": "YES"
27   },
28   "ios": {
29     "dependencies": {
30       "EosioSwift": [
31         "~> 0.1.2"
32       ],
33       "EosioSwiftEcc": [
34         "~> 0.1.2"
35       ]
36     }
37   },
38   "swift_version": "4.2"