blob: c32cfc8579268db02434c687299539a0d2ce71e5 [file] [log] [blame]
{
"name": "EosioSwiftVault",
"version": "0.3.0",
"summary": "Keychain and Secure Enclave functions for EOSIO.",
"homepage": "https://github.com/EOSIO/eosio-swift-vault",
"license": {
"type": "MIT",
"text": " Copyright (c) 2017-2019 block.one and its contributors. All rights reserved.\n"
},
"authors": {
"Todd Bowden": "todd.bowden@block.one"
},
"source": {
"git": "https://github.com/EOSIO/eosio-swift-vault.git",
"tag": "v0.3.0"
},
"swift_versions": "5.0",
"platforms": {
"ios": "11.3"
},
"source_files": "EosioSwiftVault/**/*.swift",
"pod_target_xcconfig": {
"CLANG_ALLOW_NON_MODULAR_INCLUDES_IN_FRAMEWORK_MODULES": "YES",
"CLANG_ENABLE_MODULES": "YES",
"SWIFT_COMPILATION_MODE": "wholemodule",
"ENABLE_BITCODE": "YES"
},
"ios": {
"dependencies": {
"EosioSwift": [
"~> 0.3.0"
],
"EosioSwiftEcc": [
"~> 0.3.0"
]
}
},
"swift_version": "5.0"
}