blob: 467793ff6579f325c0bbcc20437e0d68137def40 [file] [log] [blame]
{
"name": "SwiftSVG",
"version": "2.1.6",
"summary": "A simple, performant, single pass SVG parser",
"description": "A simple, performant, single pass SVG parser. Optimized for extension and developer joy.",
"homepage": "https://github.com/mchoe/SwiftSVG",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Michael Choe": "michael@straussmade.com"
},
"social_media_url": "http://twitter.com/_mchoe",
"platforms": {
"osx": "10.10",
"ios": "8.0"
},
"source": {
"git": "https://github.com/mchoe/SwiftSVG.git",
"tag": "v2.1.6"
},
"source_files": [
"SwiftSVG",
"SwiftSVG/**/*.{h,swift}"
],
"swift_version": "4.2"
}