[Add] PlasoLogger 1.0.2
[CocoaPods.git] / Specs / 5 / 9 / 8 / MROGeometry / 0.1.1 / MROGeometry.podspec.json
blob2f210e2934f1076040eeb401822e9b9d1f2095d6
2   "name": "MROGeometry",
3   "version": "0.1.1",
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",
8   "authors": {
9     "Marcus Rohrmoser": "mrohrmoser@acm.org"
10   },
11   "source": {
12     "git": "https://github.com/mro/MROGeometry.git",
13     "tag": "0.1.1"
14   },
15   "platforms": {
16     "ios": "5.0"
17   },
18   "requires_arc": true,
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"