blob: 6fc7a2d49b791de0cd6392f9f17294fa2327fec2 [file] [log] [blame]
{
"name": "PocketSVG",
"version": "0.5",
"summary": "An Objective-C class that converts Scalable Vector Graphics into Core Graphics elements.",
"homepage": "https://github.com/arielelkin/PocketSVG",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Ponderwell, Ariel Elkin, and Contributors": "https://github.com/arielelkin/PocketSVG"
},
"source": {
"git": "https://github.com/arielelkin/PocketSVG.git",
"tag": "v0.5"
},
"platforms": {
"ios": "5.0"
},
"requires_arc": true,
"frameworks": "QuartzCore",
"source_files": "PocketSVG.{h,m}"
}