[Add] FaceSDKNightly 6.4.2314
[CocoaPods.git] / Specs / d / 5 / f / UIAlertView+Blocks / 0.9 / UIAlertView+Blocks.podspec.json
blob12b5c55d1f39691b74fb8b76716f4ec5136a1a44
2   "name": "UIAlertView+Blocks",
3   "version": "0.9",
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": "Ryan Maxwell",
12   "platforms": {
13     "ios": "4.3"
14   },
15   "source": {
16     "git": "https://github.com/ryanmaxwell/UIAlertView-Blocks.git",
17     "tag": "0.9"
18   },
19   "source_files": "UIAlertView+Blocks.{h,m}",
20   "requires_arc": true