blob: b57942d0aabf230334e16d90056c0e2dc30a3136 [file] [log] [blame]
{
"name": "IGIdenticon",
"version": "0.5",
"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": "evgeniyyurt@gmail.com"
},
"platforms": {
"ios": "8.0"
},
"source": {
"git": "https://github.com/seaburg/IGIdenticon.git",
"tag": "0.5"
},
"source_files": "Identicon/*.swift",
"frameworks": "CoreGraphics",
"requires_arc": true,
"pushed_with_swift_version": "4.0"
}