blob: 005ce6b6c8376cbd3dd5f1804fd6d1347eb2dcdb [file] [log] [blame]
{
"name": "EosioSwiftReferenceAuthenticatorSignatureProvider",
"version": "0.1.1",
"summary": "Signature Provider for EOSIO SDK for Swift that relays transactions to the EOSIO Reference Authenticator iOS App.",
"homepage": "https://github.com/EOSIO/eosio-swift-reference-ios-authenticator-signature-provider",
"license": {
"type": "MIT",
"text": " Copyright (c) 2017-2019 block.one and its contributors. All rights reserved.\n"
},
"authors": {
"Todd Bowden": "todd.bowden@block.one",
"Serguei Vinnitskii": "serguei.vinnitskii@block.one",
"Farid Rahmani": "farid.rahmani@block.one",
"Brandon Fancher": "brandon.fancher@block.one",
"Steve McCoole": "steve.mccoole@objectpartners.com",
"Ben Martell": "ben.martell@objectpartners.com"
},
"source": {
"git": "https://github.com/EOSIO/eosio-swift-reference-ios-authenticator-signature-provider.git",
"tag": "v0.1.1"
},
"swift_version": "4.2",
"platforms": {
"ios": "11.0"
},
"source_files": "EosioSwiftReferenceAuthenticatorSignatureProvider/*.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.1"
]
}
}
}