blob: e5feae9f32d133aeacd9987fa87bea1d0e294cac [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.1",
"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.1"
},
"source_files": "STQRYSVG/**/*.{h,m}",
"requires_arc": true,
"ios": {
"dependencies": {
"PocketSVG": [
"~> 0.6"
]
}
}
}