blob: 7498ae7ab3f912aedca12d5fcc4461fa3f7f3773 [file] [log] [blame]
{
"name": "MROGeometry",
"version": "0.1.0",
"summary": "C and Objective C math and geometry helpers",
"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.0"
},
"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"
}