[Add] ZJSDK 2.5.8.16
[CocoaPods.git] / Specs / f / 6 / a / JAMSVGImage / 1.4.0 / JAMSVGImage.podspec.json
blobec6fd5b3d9529dc2a75f79a73d8feb67343ba3ef
2   "name": "JAMSVGImage",
3   "version": "1.4.0",
4   "summary": "An easy way to parse and display resolution-independent SVG image graphics in iOS.",
5   "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",
6   "homepage": "https://github.com/jmenter/JAMSVGImage",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Jeff Menter": "jmenter@gmail.com"
13   },
14   "social_media_url": "http://twitter.com/jmenter",
15   "platforms": {
16     "ios": "6.0"
17   },
18   "source": {
19     "git": "https://github.com/jmenter/JAMSVGImage.git",
20     "tag": "1.4.0"
21   },
22   "source_files": [
23     "Classes",
24     "Classes/**/*.{h,m}"
25   ],
26   "requires_arc": true,
27   "libraries": "z"