blob: 64f4757240a15df1e8496446973b96fc56d3800e [file] [log] [blame]
{
"name": "TesseractEthereumTypes",
"version": "0.1.0",
"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.0"
},
"social_media_url": "https://twitter.com/tesseract_one",
"platforms": {
"ios": "8.0",
"osx": "10.10",
"tvos": "9.0",
"watchos": "2.0"
},
"module_name": "EthereumTypes",
"default_subspecs": "Core",
"deprecated_in_favor_of": "Tesseract.EthereumTypes",
"subspecs": [
{
"name": "Core",
"source_files": "Sources/EthereumTypes/**/*.swift",
"dependencies": {
"BigInt": [
"~> 4.0"
],
"CryptoSwift": [
"~> 1.0"
],
"Serializable.swift": [
"~> 0.1"
]
}
},
{
"name": "PromiseKit",
"source_files": "Sources/PromiseKit/**/*.swift",
"dependencies": {
"TesseractEthereumTypes/Core": [
],
"PromiseKit/CorePromise": [
"~> 6.8"
]
}
}
]
}