blob: 3d90ebeb5f30a49077d5d8248f72f0a3a8a499e5 [file] [log] [blame]
{
"name": "JAMSVGImage",
"version": "1.6.0",
"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.\n",
"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"
},
"source": {
"git": "https://github.com/jmenter/JAMSVGImage.git",
"tag": "1.6.0"
},
"source_files": [
"Classes",
"Classes/**/*.{h,m}"
],
"requires_arc": true,
"libraries": "z"
}