blob: eb373b8adb32da58a8359fcf0bea15347bed4b1f [file] [log] [blame]
{
"name": "Promises",
"version": "0.1.2",
"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.2"
},
"platforms": {
"ios": "5.0"
},
"requires_arc": true,
"public_header_files": "Classes/*.h",
"source_files": "Classes/*"
}