blob: 5d6e8d576c58f2fd2ed80e4e8ba855678bb23d11 [file] [log] [blame]
{
"name": "Tesseract.EthereumTypes",
"version": "0.1.11",
"summary": "Tesseract Platform Ethereum types and definitions for Swift",
"description": "Base types, definitions and protocols for Ethereum support in Tesseract Platform Swift SDK.",
"homepage": "https://github.com/tesseract-one/EthereumTypes.swift",
"license": {
"type": "Apache 2.0",
"file": "LICENSE"
},
"authors": {
"Tesseract Systems, Inc.": "info@tesseract.one"
},
"source": {
"git": "https://github.com/tesseract-one/EthereumTypes.swift.git",
"tag": "0.1.11"
},
"social_media_url": "https://twitter.com/tesseract_one",
"platforms": {
"ios": "8.0",
"osx": "10.10",
"tvos": "9.0",
"watchos": "2.0"
},
"module_name": "Ethereum",
"source_files": "Sources/Ethereum/**/*.swift",
"swift_versions": [
"5.0"
],
"dependencies": {
"BigInt": [
"~> 5.0.0"
],
"CryptoSwift": [
"~> 1.0.0"
],
"Serializable.swift": [
"~> 0.1.0"
]
},
"swift_version": "5.0"
}