[Add] DocumentReaderMRZStage 7.5.10959
[CocoaPods.git] / Specs / d / 5 / f / UIAlertView+Blocks / 0.8.1 / UIAlertView+Blocks.podspec.json
blob165e5db8c9b32b46d3b7d3080096e0e5cbc0a741
2   "name": "UIAlertView+Blocks",
3   "version": "0.8.1",
4   "summary": "Category on UIAlertView to use inline block callbacks instead of delegate callbacks.",
5   "description": "                   UIAlertView was created in a time before blocks, ARC, and judging by its naming - touch screens too. Who “clicks” on an alert view anyway?\n                   \n                   Lets modernize this shizzle with some blocks goodness.\n                   \n",
6   "homepage": "https://github.com/ryanmaxwell/UIAlertView-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/UIAlertView-Blocks.git",
19     "tag": "0.8.1"
20   },
21   "source_files": "UIAlertView+Blocks.{h,m}",
22   "requires_arc": true