[Add] DoordeckSDK 0.42.0
[CocoaPods.git] / Specs / 0 / c / 1 / UIActionSheet+Blocks / 0.9 / UIActionSheet+Blocks.podspec.json
blobcc88962879759ac42aae7af721957a687d364c06
2   "name": "UIActionSheet+Blocks",
3   "version": "0.9",
4   "summary": "Category on UIActionSheet to use inline block callbacks instead of delegate callbacks.",
5   "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",
6   "homepage": "https://github.com/ryanmaxwell/UIActionSheet-Blocks",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": "Ryan Maxwell",
12   "platforms": {
13     "ios": "4.3"
14   },
15   "source": {
16     "git": "https://github.com/ryanmaxwell/UIActionSheet-Blocks.git",
17     "tag": "0.9"
18   },
19   "source_files": "UIActionSheet+Blocks.{h,m}",
20   "requires_arc": true