blob: ae9096aa5ffc54bc30f172d00037297761dafad5 [file] [log] [blame]
{
"name": "STQRYSVG",
"summary": "Renders SVG shapes and paths to UIImage objects. Supports IBInspectable for UIImageViews in Interface Builder.",
"platforms": {
"ios": "7.0"
},
"version": "0.0.2",
"homepage": "https://github.com/stqry/STQRYSVG",
"authors": {
"Jake": "jake.bellamy@stqry.com"
},
"license": "BSD",
"source": {
"git": "https://github.com/stqry/STQRYSVG.git",
"tag": "0.0.2"
},
"source_files": "STQRYSVG/**/*.{h,m}",
"requires_arc": true,
"ios": {
"dependencies": {
"PocketSVG": [
"~> 0.6"
]
}
}
}