blob: 21c91ba42710c7d9efea45ff0bb208723ad101f2 [file] [log] [blame]
{
"name": "JAMSVGImage",
"version": "1.3.0",
"summary": "An easy way to parse and 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 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.3.0"
},
"source_files": [
"Classes",
"Classes/**/*.{h,m}"
],
"requires_arc": true
}