blob: 59ab2f410df4fda66e110f94c8c8f317b7612ff7 [file] [log] [blame]
{
"name": "PocketSVG",
"version": "2.3.1",
"summary": "Easily convert your SVG files into CGPaths, CAShapeLayers, and UIBezierPaths",
"homepage": "https://github.com/pocketsvg/PocketSVG",
"authors": {
"Ponderwell, Fjölnir Ásgeirsson, Ariel Elkin, and Contributors": "https://github.com/pocketsvg/PocketSVG"
},
"platforms": {
"ios": "9.0",
"osx": "10.10"
},
"license": {
"type": "MIT",
"file": "LICENSE"
},
"source": {
"git": "https://github.com/pocketsvg/PocketSVG.git",
"tag": "2.3.1"
},
"requires_arc": true,
"frameworks": "QuartzCore",
"libraries": [
"xml2",
"stdc++"
],
"xcconfig": {
"HEADER_SEARCH_PATHS": "$(SDKROOT)/usr/include/libxml2"
},
"source_files": [
"PocketSVG.{h,mm}",
"SVGBezierPath.{h,mm}",
"SVGEngine.{h,mm}",
"SVGImageView.{h,m}",
"SVGLayer.{h,m}",
"SVGPortability.h"
],
"ios": {
"source_files": "SVGImageView_iOS.h"
},
"osx": {
"source_files": "SVGImageView_Mac.h"
}
}