blob: f8d938be8a9ce9619f9deb93acbc43bf3b8a2685 [file] [log] [blame]
{
"name": "PromiseZ",
"version": "0.1.1",
"summary": "PromiseZ done right and done small.",
"description": " PromiseZ is a small framework implementing the Promises/A+ spec\n defined [at the Github page](https://github.com/promises-aplus/promises-spec).\n \n Using and returning promises from methods allows them to be asyncronous,\n chainable, and error catching!\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.1"
},
"platforms": {
"ios": "5.0",
"osx": "10.7"
},
"source_files": "Classes/*.{h,m}",
"public_header_files": "Classes/*.h",
"requires_arc": true
}