blob: 3939d96a4816e8dfe58355feb9b9e1bebdac8502 [file] [log] [blame]
{
"name": "EthereumKit.swift",
"module_name": "EthereumKit",
"version": "0.8",
"summary": "Ethereum wallet library for Swift.",
"description": "EthereumKit.swift implements Ethereum protocol in Swift.",
"homepage": "https://github.com/horizontalsystems/ethereum-kit-ios",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Horizontal Systems": "hsdao@protonmail.ch"
},
"source": {
"git": "https://github.com/horizontalsystems/ethereum-kit-ios.git",
"tag": "0.8"
},
"social_media_url": "http://horizontalsystems.io/",
"platforms": {
"ios": "11.0"
},
"swift_versions": "5",
"source_files": "EthereumKit/Classes/**/*",
"requires_arc": true,
"dependencies": {
"OpenSslKit.swift": [
"~> 1.0"
],
"Secp256k1Kit.swift": [
"~> 1.0"
],
"HSHDWalletKit": [
"~> 1.3"
],
"Alamofire": [
"~> 4.0"
],
"RxSwift": [
"~> 5.0"
],
"BigInt": [
"~> 4.0"
],
"GRDB.swift": [
"~> 4.0"
],
"BlueSocket": [
"~> 1.0"
]
},
"swift_version": "5"
}