blob: 709ba43557990f643d901829bc2511841822049b [file] [log] [blame]
{
"name": "SVGgh",
"version": "1.9.2",
"license": "MIT",
"platforms": {
"tvos": "9.0",
"ios": "8.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.9.1"
},
"ios": {
"source_files": "SVGgh/**/*{.h,m}"
},
"tvos": {
"source_files": "SVGgh/**/*{.h,m}"
},
"frameworks": [
"CoreGraphics",
"CoreImage",
"CoreText",
"UIKit",
"Foundation",
"MobileCoreServices"
],
"libraries": "z",
"prefix_header_file": "SVGgh/SVGgh-Prefix.pch",
"requires_arc": true
}