blob: a5f4d2edf7bfef125e252a9ee6310147d493ccbc [file] [log] [blame]
{
"name": "Tesseract.EthereumWeb3",
"version": "0.1.4",
"summary": "Tesseract Ethereum Web3 library with signing support for Swift",
"description": "Web3 library which can be used with Tesseract Open Wallet or Tesseract Wallet libraries for signing.\nSupports eth, net and personal RPC api. Filters handled by polling on client.",
"homepage": "https://github.com/tesseract-one/EthereumWeb3.swift",
"license": {
"type": "Apache 2.0",
"file": "LICENSE"
},
"authors": {
"Tesseract Systems, Inc.": "info@tesseract.one"
},
"source": {
"git": "https://github.com/tesseract-one/EthereumWeb3.swift.git",
"tag": "0.1.4"
},
"social_media_url": "https://twitter.com/tesseract_one",
"platforms": {
"ios": "8.0",
"osx": "10.10",
"tvos": "9.0",
"watchos": "2.0"
},
"module_name": "EthereumWeb3",
"swift_versions": [
"5.0",
"5.0"
],
"default_subspecs": "Core",
"swift_version": "5.0",
"subspecs": [
{
"name": "Core",
"source_files": "Sources/EthereumWeb3/**/*.swift",
"dependencies": {
"Tesseract.EthereumTypes": [
"~> 0.1"
]
}
},
{
"name": "PromiseKit",
"source_files": "Sources/PromiseKit/**/*.swift",
"dependencies": {
"Tesseract.EthereumWeb3/Core": [
],
"PromiseKit/CorePromise": [
"~> 6.8"
]
}
}
]
}