blob: 4b03ddfe2981ac4340c07d779b6a91be567f7de8 [file] [log] [blame]
{
"name": "RFSVG",
"version": "1.0.0",
"license": "MIT",
"summary": "A SVG caching library.",
"description": "Maintains a cache of rasterized SVG images to minimize the need to re-parse and re-render the SVG file every time it needs to be displayed.",
"homepage": "https://github.com/raumfeld/RFSVG",
"authors": {
"Dunja Lalic": "dunja.lalic@teufel.de"
},
"source": {
"git": "https://github.com/raumfeld/RFSVG.git",
"tag": "1.0.0"
},
"platforms": {
"ios": "9.0"
},
"requires_arc": true,
"source_files": [
"RFSVG/**/*.{h,m,swift}"
],
"dependencies": {
"PocketSVG": [
]
},
"pushed_with_swift_version": "3.0"
}