blob: 8bfd143e250bc9c207b9f1f6265ded7075964b00 [file] [log] [blame]
{
"name": "UIActionSheet+Blocks",
"version": "0.8",
"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.8"
},
"source_files": "UIActionSheet+Blocks.{h,m}",
"requires_arc": true
}