blob: 8da93e8480185fb83f1bdd6c5bd4b7eb4a877150 [file] [log] [blame]
{
"name": "IGIdenticon",
"version": "0.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.jpg",
"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.1"
},
"source_files": "IGIdenticon/*.{h,m}",
"public_header_files": "IGIdenticon/IGIdenticon.h",
"frameworks": "CoreGraphics",
"requires_arc": true
}