blob: b1e20584a58d97e5ae7da648e860246191a4ef58 [file] [log] [blame]
{
"name": "SVGKit",
"version": "2.0.0",
"license": "MIT",
"platforms": {
"ios": "5.0",
"tvos": "9.0"
},
"summary": "Display and interact with SVG Images on iOS, using native rendering (CoreAnimation).",
"homepage": "https://github.com/SVGKit/SVGKit",
"authors": {
"Steven Fusco": "sfusco@spiral.local",
"adamgit": "adam.m.s.martin@gmail.com",
"Kevin Stich": "stich@50cubes.com",
"Joshua May": "notjosh@gmail.com",
"Eric Man": "Eric@eric-mans-macbook-2.local",
"Matt Rajca": "matt.rajca@me.com",
"Moritz Pfeiffer": "moritz.pfeiffer@alp-phone.ch"
},
"source": {
"git": "https://github.com/SVGKit/SVGKit.git",
"tag": "2.0.0"
},
"source_files": [
"Source/*{.h,m}",
"Source/DOM classes/**/*.{h,m}",
"Source/Exporters/*.{h,m}",
"Source/Parsers/**/*.{h,m}",
"Source/QuartzCore additions/**/*.{h,m}",
"Source/Sources/**/*.{h,m}",
"Source/UIKit additions/**/*.{h,m}",
"Source/Unsorted/**/*.{h,m}"
],
"libraries": "xml2",
"frameworks": [
"QuartzCore",
"CoreText"
],
"dependencies": {
"CocoaLumberjack": [
"~> 2.x"
]
},
"prefix_header_file": "XCodeProjectData/SVGKit-iOS/SVGKit-iOS-Prefix.pch",
"requires_arc": false,
"xcconfig": {
"CLANG_CXX_LANGUAGE_STANDARD": "gnu++11",
"CLANG_CXX_LIBRARY": "libc++",
"HEADER_SEARCH_PATHS": "$(SDKROOT)/usr/include/libxml2"
}
}