blob: 5f24abfed19063bffb4345fbb103ab2be4948b9e [file] [log] [blame]
{
"name": "SVGKit",
"version": "1.0",
"license": "MIT",
"platforms": {
"ios": "5.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",
"adam": "git.sucks.this.email.doesnt.exist@mailinator.com",
"adamgit": "git.sucks.this.email.doesnt.exist@mailinator.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.0"
},
"ios": {
"source_files": [
"Source/*{.h,m}",
"Source/**/*.{h,m}"
]
},
"libraries": "xml2",
"frameworks": [
"QuartzCore",
"CoreText"
],
"xcconfig": {
"HEADER_SEARCH_PATHS": "$(SDKROOT)/usr/include/libxml2"
},
"requires_arc": false
}