blob: 4802b8c3af6588961a84d562289f90c8eb4aedf2 [file] [log] [blame]
{
"name": "Erc20Kit.swift",
"module_name": "Erc20Kit",
"version": "0.6",
"summary": "Erc20 token library for Swift",
"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"
},
"source_files": "Erc20Kit/Erc20Kit/**/*.{h,m,swift}",
"platforms": {
"ios": "11.0"
},
"swift_version": "4.2",
"dependencies": {
"EthereumKit.swift": [
"~> 0.6"
],
"HSCryptoKit": [
"~> 1.0"
],
"RxSwift": [
"~> 4.0"
],
"GRDB.swift": [
"~> 3.0"
],
"BigInt": [
"~> 4.0"
]
}
}