| { |
| "name": "Web3Swift.io", |
| "version": "0.0.1", |
| "summary": "Web3 library in Swift", |
| "description": "Ethereum client library written in pure Swift.", |
| "homepage": "https://web3swift.io", |
| "license": { |
| "type": "Apache License 2.0", |
| "file": "LICENSE" |
| }, |
| "authors": { |
| "Timofey Solonin": "abdulowork@gmail.com", |
| "Vadim Koleoshkin": "vadim@zerion.io" |
| }, |
| "source": { |
| "git": "https://github.com/zeriontech/Web3Swift.git", |
| "tag": "0.0.1" |
| }, |
| "platforms": { |
| "ios": "9.0" |
| }, |
| "module_name": "Web3Swift", |
| "source_files": "Web3Swift/**/*", |
| "dependencies": { |
| "SwiftyJSON": [ |
| "= 4.1.0" |
| ], |
| "secp256k1_ios": [ |
| "= 0.1.1" |
| ], |
| "CryptoSwift": [ |
| "= 0.9.0" |
| ], |
| "BigInt.swift": [ |
| "= 1.0.0" |
| ] |
| }, |
| "pushed_with_swift_version": "4.0" |
| } |