[Add] CXHAdSDK 1.4.6
[CocoaPods.git] / Specs / f / 6 / a / JAMSVGImage / 1.6.1 / JAMSVGImage.podspec.json
blobeab66a782a59ca6cdd6cfa5a206202361c7c9a68
2   "name": "JAMSVGImage",
3   "version": "1.6.1",
4   "summary": "An easy way to 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 right in Interface Builder.",
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     "tvos": "9.0"
18   },
19   "source": {
20     "git": "https://github.com/jmenter/JAMSVGImage.git",
21     "tag": "1.6.1"
22   },
23   "source_files": [
24     "Classes",
25     "Classes/**/*.{h,m}"
26   ],
27   "requires_arc": true,
28   "libraries": "z"