[Add] Harbor 3.0.0
[CocoaPods.git] / Specs / 2 / d / c / GRKAlertBlocks / 1.0 / GRKAlertBlocks.podspec.json
blob93d71518a1bc3fc90dc96691b7843e5929bb98a4
2   "name": "GRKAlertBlocks",
3   "version": "1.0",
4   "summary": "A super simple UIAlertView category adding block syntax for button actions.",
5   "description": "\t\tUse as you would any other UIAlertView, but instantiation is now a class level message,\n\t\tand adding a button can now take a block to be executed when tapped.\n",
6   "homepage": "https://github.com/levigroker/GRKAlertBlocks",
7   "license": "Creative Commons Attribution 3.0 Unported License",
8   "authors": {
9     "Levi Brown": "levigroker@gmail.com"
10   },
11   "source": {
12     "git": "https://github.com/levigroker/GRKAlertBlocks.git",
13     "tag": "1.0"
14   },
15   "platforms": {
16     "ios": "6.0"
17   },
18   "source_files": "GRKAlertBlocks/**/*.{h,m}",
19   "requires_arc": true