blob: f63ffcc4bcefccfab80b0d875894ff1455ec7d86 [file] [log] [blame]
{
"name": "SVGgh",
"version": "1.0.3",
"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.3"
},
"ios": {
"source_files": "SVGgh/**/*{.h,m}"
},
"frameworks": [
"CoreGraphics",
"CoreImage",
"CoreText",
"UIKit",
"Foundation"
],
"prefix_header_file": "SVGgh/SVGgh-Prefix.pch",
"requires_arc": true
}