[Add] FaceSDKNightly 6.4.2314
[CocoaPods.git] / Specs / f / 6 / a / JAMSVGImage / 1.0.0 / JAMSVGImage.podspec.json
blob720612f37b11bc228608f0f37ba679ba740643b5
2   "name": "JAMSVGImage",
3   "version": "1.0.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. The great thing about SVG images is that they are scalable and look great no matter how big, small, rotated, or otherwise transformed you make them. Use them in place of UIImage and UIImageViews and never have to worry about resizing or @2x versions ever again!\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.0.0"
21   },
22   "source_files": [
23     "Classes",
24     "Classes/**/*.{h,m}"
25   ],
26   "requires_arc": true