blob: 3e8192bab9bd44dea74e95611780667f85775f6f [file] [log] [blame]
{
"name": "EosioSwiftVault",
"version": "0.1.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.1.0"
},
"swift_version": "4.2",
"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.1.0"
],
"EosioSwiftEcc": [
"~> 0.1.0"
]
}
}
}