blob: a61aa3115acc42115a91c833b06d4cab6145b6ca [file] [log] [blame]
{
"name": "HSEthereumKit",
"version": "0.1.1",
"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.1.1"
},
"source_files": "HSEthereumKit/HSEthereumKit/**/*.{h,m,swift}",
"platforms": {
"ios": "11.0"
},
"swift_version": "4.1",
"dependencies": {
"HSCryptoKit": [
"1.0.1"
],
"CryptoSwift": [
],
"RxSwift": [
],
"RealmSwift": [
],
"RxRealm": [
]
}
}