blob: 6fc12f1b853143eb028a31d11c471399c1949e0e [file] [log] [blame]
{
"name": "Porygon",
"version": "0.0.1",
"summary": "Generate low-poly style images.",
"description": "Porygon is a library for generate low-poly style images.",
"homepage": "https://github.com/DevinShine/Porygon",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"DevinShine": "devin.xdw@gmail.com"
},
"platforms": {
"ios": "8.0"
},
"source": {
"git": "https://github.com/DevinShine/Porygon.git",
"tag": "0.0.1"
},
"source_files": "Sources/*.{h,m,c}",
"public_header_files": "Sources/Porygon.h",
"frameworks": "UIKit",
"requires_arc": true
}