blob: d0fb6187d0e78940f403bf9652709c63b2ba4a39 [file] [log] [blame]
{
"name": "Erc20Kit.swift",
"module_name": "Erc20Kit",
"version": "0.6.1",
"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.1"
},
"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"
]
}
}