blob: 8bccdde34adc30a2ff7680e6d012b67429ea5ccd [file] [log] [blame]
{
"name": "BFTaskPromise",
"version": "2.2.0",
"summary": "An Objective-C category for BFTask class in Bolts-iOS.",
"description": "An Objective-C category for BFTask class in Bolts-iOS.\n\nWith this category, you can:\n\n* chain tasks with dot-notation as JavaScript Promise-like syntax. (no more counting brackets!)\n* write a catch block which will be called in error case only.\n* write a finally block which will not change the result value unless the block fails.",
"homepage": "https://github.com/hironytic/BFTaskPromise",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Hironori Ichimiya": "hiron@hironytic.com"
},
"platforms": {
"ios": "5.0"
},
"source": {
"git": "https://github.com/hironytic/BFTaskPromise.git",
"tag": "v2.2.0"
},
"source_files": "Classes/*.{h,m}",
"requires_arc": true,
"dependencies": {
"Bolts/Tasks": [
"~> 1.9"
]
}
}