blob: e5c1134b87ace5821c82182aef3d3f4886f6de9d [file] [log] [blame]
{
"name": "IGIdenticon",
"version": "0.4",
"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.4"
},
"source_files": "Identicon/*.swift",
"frameworks": "CoreGraphics",
"requires_arc": true,
"pushed_with_swift_version": "3.0"
}