blob: 48b44d7e8c5e160e49cc04a7c96d2a7f3c7d7310 [file] [log] [blame]
{
"name": "Triangulation",
"version": "1.0.0",
"summary": "Triangulate your image!",
"description": "Magic will be happened when you use Triangulation!",
"homepage": "https://github.com/younatics/Triangulation",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Seungyoun Yi": "younatics@gmail.com"
},
"source": {
"git": "https://github.com/younatics/Triangulation.git",
"tag": "1.0.0"
},
"source_files": "Triangulation/*.swift",
"platforms": {
"ios": "9.0"
},
"frameworks": [
"CoreGraphics",
"UIKit",
"GameplayKit"
],
"requires_arc": true
}