| { |
| "name": "FeeRateKit.swift", |
| "module_name": "FeeRateKit", |
| "version": "0.4", |
| "summary": "Fee rate provider library for BTC, BCH, DASH and ETH.", |
| "homepage": "https://github.com/horizontalsystems/blockchain-fee-rate-kit-ios", |
| "license": { |
| "type": "MIT", |
| "file": "LICENSE" |
| }, |
| "authors": { |
| "Horizontal Systems": "hsdao@protonmail.ch" |
| }, |
| "source": { |
| "git": "https://github.com/horizontalsystems/blockchain-fee-rate-kit-ios.git", |
| "tag": "0.4" |
| }, |
| "social_media_url": "http://horizontalsystems.io/", |
| "platforms": { |
| "ios": "11.0" |
| }, |
| "swift_versions": "5", |
| "source_files": "FeeRateKit/Classes/**/*", |
| "requires_arc": true, |
| "dependencies": { |
| "Alamofire": [ |
| "~> 4.0" |
| ], |
| "RxSwift": [ |
| "~> 5.0" |
| ] |
| }, |
| "swift_version": "5" |
| } |