2 "name": "SHControlBlocks",
4 "summary": "Prefixed UIControl category with blocks, auto-removed. Swizzle free!",
5 "description": "\n UIControl events 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 * Controls are referenced in a map with weak properties\n * Auto remove control from outlets and all actions when removing all the blocks\n * Prefixed selectors.\n * Minimum clutter on top of the public interface.\n \n",
6 "homepage": "https://github.com/seivan/SHControlBlocks",
9 "Seivan Heidari": "seivan.heidari@icloud.com"
12 "git": "https://github.com/seivan/SHControlBlocks.git",
18 "source_files": "SHControlBlocks/**/*.{h,m}",