| { |
| "name": "EtherscanClient", |
| "version": "0.0.1", |
| "summary": "Etherscan Api Client", |
| "description": "EtherscanClient is a clean and well written client for the Etherscan API.", |
| "homepage": "https://dujason.com", |
| "license": { |
| "type": "MIT", |
| "file": "LICENSE" |
| }, |
| "authors": { |
| "Jason Du": "contact@dujason.com" |
| }, |
| "source": { |
| "git": "https://github.com/jsdu/EtherscanClient.git", |
| "tag": "0.0.1" |
| }, |
| "source_files": "Client/**/*.{swift}", |
| "swift_versions": "5.0", |
| "platforms": { |
| "ios": "12.0" |
| }, |
| "swift_version": "5.0" |
| } |