[Add] DocumentReaderMRZStage 7.5.10959
[CocoaPods.git] / Specs / 5 / 6 / 3 / SHActionSheetBlocks / 1.1.0 / SHActionSheetBlocks.podspec.json
blobc39b2fc8421f20b1761b8b6a15b4e68ea2303481
2   "name": "SHActionSheetBlocks",
3   "version": "1.1.0",
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": "1.1.0"
14   },
15   "platforms": {
16     "ios": "6.0"
17   },
18   "source_files": "SHActionSheetBlocks/**/*.{h,m}",
19   "requires_arc": true,
20   "screenshots": [
21     "https://raw.github.com/seivan/SHActionSheetBlocks/1.1.0/Screenshots/Green/default.png",
22     "https://raw.github.com/seivan/SHActionSheetBlocks/1.1.0/Screenshots/Green/selected.png",
23     "https://raw.github.com/seivan/SHActionSheetBlocks/1.1.0/Screenshots/Green/cancel-selected.png",
24     "https://raw.github.com/seivan/SHActionSheetBlocks/1.1.0/Screenshots/Blue/default.png",
25     "https://raw.github.com/seivan/SHActionSheetBlocks/1.1.0/Screenshots/Blue/selected.png",
26     "https://raw.github.com/seivan/SHActionSheetBlocks/1.1.0/Screenshots/Blue/cancel-selected.png",
27     "https://raw.github.com/seivan/SHActionSheetBlocks/1.1.0/Screenshots/Purple/default.png",
28     "https://raw.github.com/seivan/SHActionSheetBlocks/1.1.0/Screenshots/Purple/selected.png",
29     "https://raw.github.com/seivan/SHActionSheetBlocks/1.1.0/Screenshots/Purple/cancel-selected.png"
30   ]