blob: 250fe579cfe06d895b2f6094bc56f947c27862b9 [file] [log] [blame]
{
"name": "SVGgh",
"version": "1.0.2",
"license": "MIT",
"platforms": {
"ios": "6.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.0.2"
},
"ios": {
"source_files": "SVGgh/**/*{.h,m}"
},
"frameworks": [
"CoreGraphics",
"CoreImage",
"CoreText",
"UIKit",
"Foundation"
],
"prefix_header_file": "SVGgh/SVGgh-Prefix.pch",
"requires_arc": true
}