| { |
| "name": "BlockiesSwift", |
| "version": "0.1.1", |
| "summary": "Generate unique Blockies images for wallets", |
| "description": "Blockies is a library which generates unique images for a given seed string.\nThis can be used to create images to represent Bitcoin, Ethereum and other Cryptocurrency wallets.\nThis is an exact implementation as the one the Mist Wallet uses.", |
| "homepage": "https://github.com/Boilertalk/BlockiesSwift", |
| "license": { |
| "type": "MIT", |
| "file": "LICENSE" |
| }, |
| "authors": { |
| "Koray Koska": "koray@koska.at" |
| }, |
| "source": { |
| "git": "https://github.com/Boilertalk/BlockiesSwift.git", |
| "tag": "0.1.1" |
| }, |
| "platforms": { |
| "ios": "8.0", |
| "osx": "10.10", |
| "tvos": "9.0", |
| "watchos": "2.0" |
| }, |
| "source_files": "BlockiesSwift/Classes/**/*", |
| "pushed_with_swift_version": "4.0" |
| } |