blob: 20f05902569591b55bb4e56f703751836760eae0 [file] [log] [blame]
{
"name": "PocketSVG",
"version": "0.6",
"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.6"
},
"platforms": {
"ios": "5.0"
},
"requires_arc": true,
"frameworks": "QuartzCore",
"source_files": "PocketSVG.{h,m}"
}