blob: 8af3da2f5ca8f601014469104120ed6a27d5e34f [file] [log] [blame]
{
"name": "SVGgh",
"version": "1.11.3",
"license": "MIT",
"platforms": {
"tvos": "9.0",
"ios": "9.0"
},
"summary": "SVG Rendering Library for iOS",
"homepage": "https://github.com/GenerallyHelpfulSoftware/SVGgh",
"authors": {
"Glenn R. Howes": "glenn@genhelp.com"
},
"source": {
"git": "https://github.com/GenerallyHelpfulSoftware/SVGgh.git",
"tag": "v1.11.3"
},
"ios": {
"source_files": "SVGgh/**/*{.h,m}"
},
"tvos": {
"source_files": "SVGgh/**/*{.h,m}"
},
"frameworks": [
"CoreGraphics",
"CoreImage",
"CoreText",
"UIKit",
"Foundation",
"CoreServices"
],
"libraries": "z",
"prefix_header_file": "SVGgh/SVGgh-Prefix.pch",
"requires_arc": true
}