Raise deployment target to 9.0
This library is a port of identicon library that generates identicon.
Carthage
github "seaburg/IGIdenticon"
CocoaPods
pod 'IGIdenticon'
SwiftPM
dependencies: [ .package(url: "https://github.com/seaburg/IGIdenticon.git", from: "0.7.0") ]
imageView.image = Identicon().icon(from: "string", size: CGSize(width: 100, height: 100))
版权所有:中国计算机学会技术支持:开源发展技术委员会 京ICP备13000930号-9 京公网安备 11010802032778号
IGIdenticon
This library is a port of identicon library that generates identicon.

Installation
Carthage
CocoaPods
SwiftPM
Usage