| { | |
| "name": "SugarLumpCoreGraphics", | |
| "homepage": "https://github.com/Machipla/SugarLumpCoreGraphics", | |
| "version": "0.0.1", | |
| "platforms": { | |
| "ios": "9.0" | |
| }, | |
| "authors": "Mario Chinchilla", | |
| "summary": "The core graphics module of SugarLump pod", | |
| "license": { | |
| "type": "MIT", | |
| "file": "LICENSE.md" | |
| }, | |
| "source": { | |
| "git": "https://github.com/Machipla/SugarLumpCoreGraphics.git", | |
| "tag": "0.0.1" | |
| }, | |
| "swift_version": "4.0", | |
| "source_files": "Sources/**/*.{swift}", | |
| "frameworks": [ | |
| "Foundation", | |
| "CoreGraphics" | |
| ] | |
| } |