| { |
| "name": "GCUndoManager", |
| "version": "0.0.1", |
| "license": { |
| "type": "BSD", |
| "text": " Copyright 2009-2012 Apptree.net. All rights reserved.\n" |
| }, |
| "homepage": "https://github.com/seanm/GCUndoManager", |
| "authors": "Graham Cox", |
| "summary": "A reimplementation of NSUndoManager that is highly compatible with the original but much more debuggable.", |
| "source": { |
| "git": "https://github.com/seanm/GCUndoManager.git", |
| "commit": "11d4211ca0" |
| }, |
| "platforms": { |
| "ios": "5.0", |
| "osx": "10.5" |
| }, |
| "source_files": "GCUndoManager.{h,m}", |
| "requires_arc": false |
| } |