blob: 9593699e3dd8108f798d486f3949db9516abb206 [file] [log] [blame]
{
"name": "Tesseract.EthereumTypes",
"version": "0.1.1",
"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.1"
},
"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",
"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": {
"Tesseract.EthereumTypes/Core": [
],
"PromiseKit/CorePromise": [
"~> 6.8"
]
}
}
]
}