| { |
| "name": "Promises", |
| "version": "0.1.1", |
| "summary": "Objective-C implementation of jQuery-ish promises for iOS", |
| "description": " I promise it does something.\n\n Asynchronous code... blah blah blah... standard interface for... blah blah blah... handling asynchronous actions... blah blah blah... chaining callbacks.\n", |
| "homepage": "https://github.com/joshdholtz/ios-promises", |
| "license": "MIT", |
| "authors": { |
| "Josh Holtz": "me@joshholtz.com" |
| }, |
| "source": { |
| "git": "https://github.com/joshdholtz/ios-promises.git", |
| "tag": "0.1.1" |
| }, |
| "platforms": { |
| "ios": "5.0" |
| }, |
| "requires_arc": true, |
| "public_header_files": "Classes/*.h", |
| "source_files": "Classes/*" |
| } |