blob: 8ef0348ced5f5a7306b6c32367142abc1a68eed3 [file] [log] [blame]
{
"name": "Erc20Kit.swift",
"module_name": "Erc20Kit",
"version": "0.6.2",
"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.2"
},
"source_files": "Erc20Kit/Erc20Kit/**/*.{h,m,swift}",
"platforms": {
"ios": "11.0"
},
"swift_versions": "5",
"dependencies": {
"EthereumKit.swift": [
"~> 0.6"
],
"HSCryptoKit": [
"~> 1.4"
],
"RxSwift": [
"~> 5.0"
],
"GRDB.swift": [
"~> 4.0"
],
"BigInt": [
"~> 4.0"
]
},
"swift_version": "5"
}