8 "summary": "Display and interact with SVG Images on iOS, using native rendering (CoreAnimation).",
9 "homepage": "https://github.com/SVGKit/SVGKit",
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"
20 "git": "https://github.com/SVGKit/SVGKit.git",
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}"
45 "prefix_header_file": "XCodeProjectData/SVGKit-iOS/SVGKit-iOS-Prefix.pch",
46 "requires_arc": false,
48 "CLANG_CXX_LANGUAGE_STANDARD": "gnu++11",
49 "CLANG_CXX_LIBRARY": "libstdc++",
50 "HEADER_SEARCH_PATHS": "$(SDKROOT)/usr/include/libxml2"