blob: eab66a782a59ca6cdd6cfa5a206202361c7c9a68 [file] [log] [blame]
{
"name": "JAMSVGImage",
"version": "1.6.1",
"summary": "An easy way to display resolution-independent SVG image graphics in iOS.",
"description": "JAMSVGImage is used to parse and display SVG image graphics in iOS. SVG images are resolution independent so they look good at any size and don't require @2x or @3x versions. The JAMSVGImageView is IBDesignable and IBInspectable so you can see your SVGs right in Interface Builder.",
"homepage": "https://github.com/jmenter/JAMSVGImage",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Jeff Menter": "jmenter@gmail.com"
},
"social_media_url": "http://twitter.com/jmenter",
"platforms": {
"ios": "6.0",
"tvos": "9.0"
},
"source": {
"git": "https://github.com/jmenter/JAMSVGImage.git",
"tag": "1.6.1"
},
"source_files": [
"Classes",
"Classes/**/*.{h,m}"
],
"requires_arc": true,
"libraries": "z"
}