[Add] XMUniversalSDK 1.0.0.0-dev
[CocoaPods.git] / Specs / d / 5 / f / UIAlertView+Blocks / 0.6 / UIAlertView+Blocks.podspec.json
blobd383df949fb45ff666f9c39949a5537ea38931d9
2   "name": "UIAlertView+Blocks",
3   "version": "0.6",
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.6"
20   },
21   "source_files": "UIAlertView+Blocks.{h,m}",
22   "requires_arc": true