blob: b187eb3a0381eb49533b5ee13d5f6c30d0163260 [file] [log] [blame]
{
"name": "DrowningGraphicer",
"version": "0.1.0",
"summary": "CoreGraphics wrapper library - handling CGContextRef.",
"homepage": "https://github.com/azu/DrowningGraphicer",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"azu": "info@efcl.info"
},
"platforms": {
"ios": null
},
"source": {
"git": "https://github.com/azu/DrowningGraphicer.git",
"tag": "0.1.0"
},
"source_files": "DrowningGraphicer/**/*.{h,m}",
"frameworks": "CoreGraphics",
"requires_arc": true
}