2 "name": "EosioSwiftVault",
4 "summary": "Keychain and Secure Enclave functions for EOSIO.",
5 "homepage": "https://github.com/EOSIO/eosio-swift-vault",
8 "text": " Copyright (c) 2017-2020 block.one and its contributors. All rights reserved.\n"
11 "Todd Bowden": "todd.bowden@block.one",
12 "Serguei Vinnitskii": "serguei.vinnitskii@block.one",
13 "Farid Rahmani": "farid.rahmani@block.one",
14 "Brandon Fancher": "brandon.fancher@block.one",
15 "Mark Johnson": "mark.johnson@block.one",
16 "Paul Kim": "paul.kim@block.one",
17 "Steve McCoole": "steve.mccoole@objectpartners.com",
18 "Ben Martell": "ben.martell@objectpartners.com"
21 "git": "https://github.com/EOSIO/eosio-swift-vault.git",
24 "swift_versions": "5.0",
31 "source_files": "Sources/EosioSwiftVault/**/*.swift",
32 "pod_target_xcconfig": {
33 "CLANG_ALLOW_NON_MODULAR_INCLUDES_IN_FRAMEWORK_MODULES": "YES",
34 "CLANG_ENABLE_MODULES": "YES",
35 "SWIFT_COMPILATION_MODE": "wholemodule",
36 "ENABLE_BITCODE": "YES"
50 "name": "VaultSignatureProvider",
51 "source_files": "Sources/EosioSwiftVaultSignatureProvider/**/*.swift",
52 "pod_target_xcconfig": {
53 "CLANG_ALLOW_NON_MODULAR_INCLUDES_IN_FRAMEWORK_MODULES": "YES",
54 "CLANG_ENABLE_MODULES": "YES",
55 "SWIFT_COMPILATION_MODE": "wholemodule",
56 "ENABLE_BITCODE": "YES"
66 "EosioSwiftVault/Vault": [
73 "swift_version": "5.0"