[Add] DocumentReaderMRZStage 7.5.10959
[CocoaPods.git] / Specs / 5 / 6 / 3 / SHActionSheetBlocks / 2.3.2 / SHActionSheetBlocks.podspec.json
blob3c83663706a2d403a6b0c95f0a2abe0209c66db8
2   "name": "SHActionSheetBlocks",
3   "version": "2.3.2",
4   "summary": "Prefixed UIActionSheet category with blocks, auto-removed. Swizzle free!",
5   "description": "\n                    UIActionSheet buttons with blocks.\n                    Blocks are hold with a weak reference so you don't have to cleanup when your object is gone.\n  \n                    * Swizzle and junk free\n                    * No need to clean up after - The control blocks are self maintained.\n                    * UIActionSheet are referenced in a map with weak properties\n                    * Prefixed selectors.\n                    * Minimum clutter on top of the public interface.\n                    \n",
6   "homepage": "https://github.com/seivan/SHActionSheetBlocks",
7   "license": "MIT",
8   "authors": {
9     "Seivan Heidari": "seivan.heidari@icloud.com"
10   },
11   "source": {
12     "git": "https://github.com/seivan/SHActionSheetBlocks.git",
13     "tag": "2.3.2"
14   },
15   "platforms": {
16     "ios": "6.0"
17   },
18   "source_files": "SHActionSheetBlocks/**/*.{h,m}",
19   "requires_arc": true