4 "summary": "C and Objective C math and geometry helpers",
5 "description": "Some C / Objective-C helpers related to\n\n- [CGPoint](http://developer.apple.com/library/mac/#documentation/GraphicsImaging/Reference/CGGeometry/Reference/reference.html%23//apple_ref/doc/uid/TP30000955-CH2g-C016211),\n- [CGAffineTransform](http://developer.apple.com/library/ios/#documentation/GraphicsImaging/Reference/CGAffineTransform/Reference/reference.html%23//apple_ref/doc/c_ref/CGAffineTransform),\n- [CGPath](http://developer.apple.com/library/ios/#documentation/GraphicsImaging/Reference/CGPath/Reference/reference.html) and\n- [SVG path](http://www.w3.org/TR/SVG/paths.html).\n",
6 "homepage": "http://purl.mro.name/ios/MROGeometry",
7 "license": "Human Rights License",
9 "Marcus Rohrmoser": "mrohrmoser@acm.org"
12 "git": "https://github.com/mro/MROGeometry.git",
19 "source_files": "MROGeometry/*.{h,m,c}",
20 "prefix_header_file": "MROGeometry/MROGeometry-Prefix.pch",
21 "public_header_files": "MROGeometry/*CG*.h",
22 "frameworks": "CoreGraphics"