Latest | 0.6 |
---|---|
Homepage | https://github.com/Seaburg/IGIdenticon |
License | MIT |
Platforms | ios 8.0, requires ARC |
Frameworks | CoreGraphics |
Authors |
This library is a port of identicon library that generates identicon.
Installation
Carthage
github "seaburg/IGIdenticon"
CocoaPods
pod 'IGIdenticon'
Usage
imageView.image = Identicon().icon(from: "string", size: CGSize(width: 100, height: 100))
Latest podspec
{ "name": "IGIdenticon", "version": "0.6", "summary": "Swift identicon generator", "description": "This library is a port of [identicon](https://github.com/donpark/identicon) library that generates identicon.", "homepage": "https://github.com/Seaburg/IGIdenticon", "screenshots": "https://raw.github.com/seaburg/IGIdenticon/master/Screenshot/screenshot.png", "license": { "type": "MIT", "file": "LICENSE" }, "authors": { "Evgeniy Yurtaev": "[email protected]" }, "platforms": { "ios": "8.0" }, "source": { "git": "https://github.com/seaburg/IGIdenticon.git", "tag": "0.6" }, "source_files": "Identicon/*.swift", "frameworks": "CoreGraphics", "requires_arc": true }
Sun, 07 Oct 2018 21:00:04 +0000