blob: 903db0022e0192e027adabee8a13854ba6246bb4 [file] [log] [blame]
{
"name": "Tesseract.EthereumTypes",
"version": "0.1.8",
"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.8"
},
"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",
"dependencies": {
"BigInt": [
"~> 4.0"
],
"CryptoSwift": [
"~> 1.0"
],
"Serializable.swift": [
"~> 0.1"
]
}
}