| { |
| "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 |
| } |