blob: 7053728400cd9aca0313fb7d0db58424054c8652 [file] [log] [blame]
{
"name": "HSEthereumKit",
"version": "0.2.2",
"summary": "Ethereum wallet library for Swift",
"description": "HSEthereumKit implements Ethereum protocol in Swift. Uses EthereumKit library.\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.2.2"
},
"source_files": "HSEthereumKit/HSEthereumKit/**/*.{h,m,swift}",
"platforms": {
"ios": "11.0"
},
"swift_version": "4.1",
"dependencies": {
"HSCryptoKit": [
"~> 1.0.1"
],
"CryptoSwift": [
"~> 0.13.1"
],
"RxSwift": [
"~> 4.0"
],
"RealmSwift": [
"~> 3.11.0"
],
"RxRealm": [
"~> 0.7.0"
],
"Alamofire": [
"~> 4.8.0"
]
}
}