blob: 9165b325bc83737f72c786d6a53bb41ed2c6dbe1 [file] [log] [blame]
{
"name": "EosioSwift",
"version": "0.2.1",
"summary": "EOSIO SDK for Swift - API for integrating with EOSIO-based blockchains.",
"homepage": "https://github.com/EOSIO/eosio-swift",
"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",
"Mark Johnson": "mark.johnson@block.one",
"Paul Kim": "paul.kim@block.one",
"Steve McCoole": "steve.mccoole@objectpartners.com",
"Ben Martell": "ben.martell@objectpartners.com"
},
"source": {
"git": "https://github.com/EOSIO/eosio-swift.git",
"tag": "v0.2.1"
},
"swift_versions": "5.0",
"platforms": {
"ios": "11.0"
},
"source_files": "EosioSwift/**/*.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": {
"BigInt": [
"~> 5.0"
],
"PromiseKit": [
"~> 6.8"
]
}
},
"swift_version": "5.0"
}