2 "name": "SHSegueBlocks",
4 "summary": "Segue Blocks and userInfo without swizzling.",
5 "description": " Do segueus with blocks without any swizzling or leaks.\n Blocks are hold with a weak reference so you don't have to cleanup when your vc is gone.\n Also implements userInfo mutableDictionary on UIViewController\n \n * No need to clean up after - Blocks are self maintained.\n * Handles uninemplemented unwind segues\n * Weak referenced blocks.\n * No swizzling or hacks. \n * Name-scoped selectors.\n * Implements userInfo on controllers without a bullshit hack.\n * Works with existing codebase that uses old fashioned segues. \n\n",
6 "homepage": "https://github.com/seivan/SHSegueBlocks",
9 "Seivan Heidari": "seivan.heidari@icloud.com"
12 "git": "https://github.com/seivan/SHSegueBlocks.git",
18 "source_files": "SHSegueBlocks/**/*.{h,m}",