[Add] DoordeckSDK 0.42.0
[CocoaPods.git] / Specs / 0 / c / 1 / UIActionSheet+Blocks / 0.8 / UIActionSheet+Blocks.podspec.json
blob8bfd143e250bc9c207b9f1f6265ded7075964b00
2   "name": "UIActionSheet+Blocks",
3   "version": "0.8",
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": {
12     "Ryan Maxwell": "ryanm@xwell.co.nz"
13   },
14   "platforms": {
15     "ios": "4.3"
16   },
17   "source": {
18     "git": "https://github.com/ryanmaxwell/UIActionSheet-Blocks.git",
19     "tag": "0.8"
20   },
21   "source_files": "UIActionSheet+Blocks.{h,m}",
22   "requires_arc": true