[Add] jooohhn-Amplitude 9.3.3
[CocoaPods.git] / Specs / d / 4 / 9 / SVGKit / 1.2.0 / SVGKit.podspec.json
blobbe4c7a70b879fa6db6e3e64f0b8224bc549b0e60
2   "name": "SVGKit",
3   "version": "1.2.0",
4   "license": "MIT",
5   "platforms": {
6     "ios": "4.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     "adamgit": "adam.m.s.martin@gmail.com",
13     "Kevin Stich": "stich@50cubes.com",
14     "Joshua May": "notjosh@gmail.com",
15     "Eric Man": "Eric@eric-mans-macbook-2.local",
16     "Matt Rajca": "matt.rajca@me.com",
17     "Moritz Pfeiffer": "moritz.pfeiffer@alp-phone.ch"
18   },
19   "source": {
20     "git": "https://github.com/SVGKit/SVGKit.git",
21     "tag": "v1.2.0"
22   },
23   "ios": {
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   },
35   "libraries": "xml2",
36   "frameworks": [
37     "QuartzCore",
38     "CoreText"
39   ],
40   "dependencies": {
41     "CocoaLumberjack": [
43     ]
44   },
45   "prefix_header_file": "XCodeProjectData/SVGKit-iOS/SVGKit-iOS-Prefix.pch",
46   "requires_arc": false,
47   "xcconfig": {
48     "CLANG_CXX_LANGUAGE_STANDARD": "gnu++11",
49     "CLANG_CXX_LIBRARY": "libstdc++",
50     "HEADER_SEARCH_PATHS": "$(SDKROOT)/usr/include/libxml2"
51   }