blob: ee0b3fe247ac18553686cc2d5e30d537fc2c9bf5 [file] [log] [blame]
{
"name": "IGIdenticon",
"version": "0.3.1",
"summary": "Objective-C 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": "4.0"
},
"source": {
"git": "https://github.com/seaburg/IGIdenticon.git",
"tag": "0.3.1"
},
"source_files": "IGIdenticon/*.{h,m}",
"frameworks": "CoreGraphics",
"requires_arc": true
}