blob: 85f7dd59285a708876f62778b4bd93e9001fcc2c [file] [log] [blame]
{
"name": "SVGImage",
"version": "0.0.2",
"summary": "Use WebKit to render SVG images",
"homepage": "https://bitbucket.org/sodastsai/svgimage",
"license": "Apache License 2.0",
"authors": {
"sodastsai": "sodas2002@gmail.com"
},
"platforms": {
"ios": "7.0"
},
"source": {
"git": "https://bitbucket.org/sodastsai/svgimage",
"tag": "v0.0.2"
},
"source_files": "SVGImage/**/*.{h,m}",
"public_header_files": "SVGImage/**/*.{h,m}",
"frameworks": [
"UIKit",
"CoreGraphics",
"QuartzCore",
"JavaScriptCore"
],
"requires_arc": true
}