blob: be4c7a70b879fa6db6e3e64f0b8224bc549b0e60 [file] [log] [blame]
{
"name": "SVGKit",
"version": "1.2.0",
"license": "MIT",
"platforms": {
"ios": "4.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": "v1.2.0"
},
"ios": {
"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": [
]
},
"prefix_header_file": "XCodeProjectData/SVGKit-iOS/SVGKit-iOS-Prefix.pch",
"requires_arc": false,
"xcconfig": {
"CLANG_CXX_LANGUAGE_STANDARD": "gnu++11",
"CLANG_CXX_LIBRARY": "libstdc++",
"HEADER_SEARCH_PATHS": "$(SDKROOT)/usr/include/libxml2"
}
}