blob: 2f210e2934f1076040eeb401822e9b9d1f2095d6 [file] [log] [blame]
{
"name": "MROGeometry",
"version": "0.1.1",
"summary": "C and Objective C math and geometry helpers",
"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",
"homepage": "http://purl.mro.name/ios/MROGeometry",
"license": "Human Rights License",
"authors": {
"Marcus Rohrmoser": "mrohrmoser@acm.org"
},
"source": {
"git": "https://github.com/mro/MROGeometry.git",
"tag": "0.1.1"
},
"platforms": {
"ios": "5.0"
},
"requires_arc": true,
"source_files": "MROGeometry/*.{h,m,c}",
"prefix_header_file": "MROGeometry/MROGeometry-Prefix.pch",
"public_header_files": "MROGeometry/*CG*.h",
"frameworks": "CoreGraphics"
}