blob: a7590e81e2bb1db4cdc0cdf75c90fffd7d7c3f8d [file] [log] [blame]
{
"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"
]
}