blob: 003502e6c46e68878324d3bd406063b6bd3d1cf9 [file] [log] [blame]
{
"name": "IGIdenticon",
"version": "0.7",
"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.7"
},
"source_files": "Identicon/*.swift",
"frameworks": "CoreGraphics",
"requires_arc": true,
"swift_versions": [
"5.0",
"5.1",
"5.2",
"5.3"
],
"swift_version": "5.3"
}