blob: c52cf18a789309786276b103086da6df8af6bc31 [file] [log] [blame]
{
"name": "FeeRateKit.swift",
"module_name": "FeeRateKit",
"version": "0.2",
"summary": "Fee rate provider library for BTC, BCH, DASH and ETH",
"description": "FeeRateKit.swift provides low, medium and high fee rates values for blockchains using data from IPFS.\n```",
"homepage": "https://github.com/horizontalsystems/blockchain-fee-rate-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/blockchain-fee-rate-kit-ios.git",
"tag": "0.2"
},
"source_files": "FeeRateKit/FeeRateKit/**/*.{h,m,swift}",
"platforms": {
"ios": "11.0"
},
"swift_versions": "5",
"dependencies": {
"RxSwift": [
"~> 5.0"
],
"Alamofire": [
"~> 4.0"
]
},
"swift_version": "5"
}