2 "name": "SHAlertViewBlocks",
4 "summary": "Prefixed UIAlertView category with blocks - Swizzle and libffi free!",
5 "description": "\n UIAlertView 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 * UIAlertView 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/SHAlertViewBlocks",
9 "Seivan Heidari": "seivan.heidari@icloud.com"
12 "git": "https://github.com/seivan/SHAlertViewBlocks.git",
18 "source_files": "SHAlertViewBlocks/**/*.{h,m}",