blob: 69f528551f9cb560d3cd611fada377c673e77fab [file] [log] [blame]
{
"name": "EthereumKit.swift",
"module_name": "EthereumKit",
"version": "0.6.4",
"summary": "Ethereum wallet library for Swift",
"description": "EthereumKit.swift implements Ethereum protocol in Swift.\n```",
"homepage": "https://github.com/horizontalsystems/ethereum-kit-ios",
"license": {
"type": "Apache 2.0",
"file": "LICENSE"
},
"authors": {
"Horizontal Systems": "hsdao@protonmail.ch"
},
"social_media_url": "http://horizontalsystems.io/",
"requires_arc": true,
"source": {
"git": "https://github.com/horizontalsystems/ethereum-kit-ios.git",
"tag": "0.6.4"
},
"source_files": "EthereumKit/EthereumKit/**/*.{h,m,swift}",
"platforms": {
"ios": "11.0"
},
"swift_versions": "5",
"dependencies": {
"HSCryptoKit": [
"~> 1.4"
],
"HSHDWalletKit": [
"~> 1.1"
],
"RxSwift": [
"~> 5.0"
],
"Alamofire": [
"~> 4.0"
],
"GRDB.swift": [
"~> 4.0"
],
"BigInt": [
"~> 4.0"
],
"BlueSocket": [
"~> 1.0"
]
},
"swift_version": "5"
}