10 "summary": "Display and interact with SVG Images on iOS, using native rendering (CoreAnimation).",
11 "homepage": "https://github.com/SVGKit/SVGKit",
13 "Steven Fusco": "github@stevenfusco.com",
14 "adamgit": "adam.m.s.martin@gmail.com",
15 "Kevin Stich": "stich@50cubes.com",
16 "Joshua May": "notjosh@gmail.com",
17 "Eric Man": "meric.au@gmail.com",
18 "Matt Rajca": "matt.rajca@me.com",
19 "Moritz Pfeiffer": "moritz.pfeiffer@alp-phone.ch"
22 "git": "https://github.com/SVGKit/SVGKit.git",
23 "commit": "4b507e48da30711e25d1bcdd19580f25887a2267"
31 "Source/AppKit additions/*.{h,m}",
32 "Source/Exporters/SVGKExporterNSImage.{h,m}"
37 "Source/AppKit additions/*.{h,m}",
38 "Source/Exporters/SVGKExporterNSImage.{h,m}"
42 "exclude_files": "Source/Exporters/SVGKExporterUIImage.{h,m}"
54 "prefix_header_file": "SVGKitLibrary/SVGKit-iOS/SVGKit-Prefix.pch",
55 "module_map": "SVGKitLibrary/SVGKit-iOS/SVGKit.modulemap",
58 "CLANG_CXX_LANGUAGE_STANDARD": "gnu++11",
59 "CLANG_CXX_LIBRARY": "libc++",
60 "HEADER_SEARCH_PATHS": "$(SDKROOT)/usr/include/libxml2"