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