blob: 9b9e2451fddd6a9edf40d8cbd185dceec055dbaf [file] [log] [blame]
{
"name": "UIActionSheet+Blocks",
"version": "0.6",
"summary": "Category on UIActionSheet to use inline block callbacks instead of delegate callbacks.",
"description": " UIActionSheet was created in a time before blocks, ARC, and judging by its naming - touch screens too. Who “clicks” on an action sheet anyway?\n \n Lets modernize this shizzle with some blocks goodness.\n \n",
"homepage": "https://github.com/ryanmaxwell/UIActionSheet-Blocks",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Ryan Maxwell": "ryanm@xwell.co.nz"
},
"platforms": {
"ios": "4.3"
},
"source": {
"git": "https://github.com/ryanmaxwell/UIActionSheet-Blocks.git",
"tag": "0.6"
},
"source_files": "UIActionSheet+Blocks.{h,m}",
"requires_arc": true
}