| { | |
| "name": "XcodeEditor", | |
| "version": "1.6.2", | |
| "license": "Apache2.0", | |
| "summary": "An API for manipulating Xcode Projects using objective-C.", | |
| "homepage": "https://github.com/jasperblues/XcodeEditor", | |
| "authors": { | |
| "Jasper Blues": "jasper@appsquick.ly" | |
| }, | |
| "source": { | |
| "git": "https://github.com/appsquickly/XcodeEditor.git", | |
| "tag": "v1.6.2" | |
| }, | |
| "platforms": { | |
| "osx": "10.7", | |
| "ios": "5.0" | |
| }, | |
| "source_files": [ | |
| "Source/*.{h,m}", | |
| "Source/Utils/*.{h,m}" | |
| ], | |
| "requires_arc": true | |
| } |