[Add] jooohhn-Amplitude 9.3.3
[CocoaPods.git] / Specs / d / 4 / 9 / SVGKit / 2.0.0 / SVGKit.podspec.json
blobb1e20584a58d97e5ae7da648e860246191a4ef58
2   "name": "SVGKit",
3   "version": "2.0.0",
4   "license": "MIT",
5   "platforms": {
6     "ios": "5.0",
7     "tvos": "9.0"
8   },
9   "summary": "Display and interact with SVG Images on iOS, using native rendering (CoreAnimation).",
10   "homepage": "https://github.com/SVGKit/SVGKit",
11   "authors": {
12     "Steven Fusco": "sfusco@spiral.local",
13     "adamgit": "adam.m.s.martin@gmail.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": "2.0.0"
23   },
24   "source_files": [
25     "Source/*{.h,m}",
26     "Source/DOM classes/**/*.{h,m}",
27     "Source/Exporters/*.{h,m}",
28     "Source/Parsers/**/*.{h,m}",
29     "Source/QuartzCore additions/**/*.{h,m}",
30     "Source/Sources/**/*.{h,m}",
31     "Source/UIKit additions/**/*.{h,m}",
32     "Source/Unsorted/**/*.{h,m}"
33   ],
34   "libraries": "xml2",
35   "frameworks": [
36     "QuartzCore",
37     "CoreText"
38   ],
39   "dependencies": {
40     "CocoaLumberjack": [
41       "~> 2.x"
42     ]
43   },
44   "prefix_header_file": "XCodeProjectData/SVGKit-iOS/SVGKit-iOS-Prefix.pch",
45   "requires_arc": false,
46   "xcconfig": {
47     "CLANG_CXX_LANGUAGE_STANDARD": "gnu++11",
48     "CLANG_CXX_LIBRARY": "libc++",
49     "HEADER_SEARCH_PATHS": "$(SDKROOT)/usr/include/libxml2"
50   }