[Add] ZJSDK 2.5.7.5
[CocoaPods.git] / Specs / d / 4 / 9 / SVGKit / 1.0 / SVGKit.podspec.json
blob5f24abfed19063bffb4345fbb103ab2be4948b9e
2   "name": "SVGKit",
3   "version": "1.0",
4   "license": "MIT",
5   "platforms": {
6     "ios": "5.0"
7   },
8   "summary": "Display and interact with SVG Images on iOS, using native rendering (CoreAnimation).",
9   "homepage": "https://github.com/SVGKit/SVGKit",
10   "authors": {
11     "Steven Fusco": "sfusco@spiral.local",
12     "adam": "git.sucks.this.email.doesnt.exist@mailinator.com",
13     "adamgit": "git.sucks.this.email.doesnt.exist@mailinator.com",
14     "Kevin Stich": "stich@50cubes.com",
15     "Joshua May": "notjosh@gmail.com",
16     "Eric Man": "Eric@eric-mans-macbook-2.local",
17     "Matt Rajca": "matt.rajca@me.com",
18     "Moritz Pfeiffer": "moritz.pfeiffer@alp-phone.ch"
19   },
20   "source": {
21     "git": "https://github.com/SVGKit/SVGKit.git",
22     "tag": "v1.0"
23   },
24   "ios": {
25     "source_files": [
26       "Source/*{.h,m}",
27       "Source/**/*.{h,m}"
28     ]
29   },
30   "libraries": "xml2",
31   "frameworks": [
32     "QuartzCore",
33     "CoreText"
34   ],
35   "xcconfig": {
36     "HEADER_SEARCH_PATHS": "$(SDKROOT)/usr/include/libxml2"
37   },
38   "requires_arc": false