2 "name": "SHActionSheetBlocks",
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",
9 "Seivan Heidari": "seivan.heidari@icloud.com"
12 "git": "https://github.com/seivan/SHActionSheetBlocks.git",
18 "source_files": "SHActionSheetBlocks/**/*.{h,m}",
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"