blob: a9044ba39233ea5958342554881a6f8c1be12e2a [file] [log] [blame]
{
"name": "PromiseZ",
"version": "0.1.0",
"summary": "A high-level implementation of the Promises/A+ spec.",
"description": " PromiseZ is a small framework (really just a class and protocol) implementing\n the Promises/A+ spec defined [at the Github page](https://github.com/promises-aplus/promises-spec)\n and borrowing heavily and shamelessly from the [RXPromise implementation](https://github.com/couchdeveloper/RXPromise).\n Use this framework to turn your async methods into promise factories that\n take advantage of their chaining, error propagation, and scientifically\n proven ability to ward evil.\n",
"homepage": "https://github.com/zradke/PromiseZ",
"license": "MIT",
"authors": {
"Zach Radke": "zachary.radke@mail.rakuten.com"
},
"source": {
"git": "https://github.com/zradke/PromiseZ.git",
"tag": "0.1.0"
},
"platforms": {
"ios": "5.0",
"osx": "10.7"
},
"source_files": "Classes/*.{h,m}",
"public_header_files": "Classes/*.h",
"requires_arc": true
}