blob: 647be4cccf4e875dd2f2001f5f510ec705a1896d [file] [log] [blame]
{
"name": "SwiftSVG",
"version": "1.3.1",
"summary": "A simple SVG parser written in Swift",
"description": "A single pass, performant SVG parser with multiple interface options including UI/NSBezierPath, CAShapeLayer, and UI/NSView",
"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": "v1.3.1"
},
"source_files": [
"SwiftSVG",
"SwiftSVG/**/*.{h,swift}"
],
"pushed_with_swift_version": "3.0"
}