2 "name": "SHUIKitBlocks",
4 "summary": "Prefixed Blocks for UIKit on categories *without* libffi and swizzling",
5 "description": "\n Prefixed Blocks for UIKit on categories *without* libffi and swizzling.\n Blocks are hold with a weak reference so you don't have to cleanup when your object is gone. Comes with tests. \n\n Contains: \n * SHAlertViewBlocks\n * SHControlBlocks\n * SHSegueBlocks\n * SHNavigationControllerBlocks\n * SHWebViewBlocks\n * SHPopoverControllerBlocks\n * SHBarButtonItemBlocks \n * SHActionSheetBlocks\n\n Summary:\n * Swizzle and junk free\n * No need to clean up after - The blocks are self maintained.\n * Blocks are referenced in a map with weak properties\n * Prefixed selectors.\n * Minimum clutter on top of the public interface.\n * No external dependencies\n * Lightweight \n * *NO* libffi \n \n",
6 "homepage": "https://github.com/seivan/SHUIKitBlocks",
9 "Seivan Heidari": "seivan.heidari@icloud.com"
12 "git": "https://github.com/seivan/SHUIKitBlocks.git",
16 "SHAlertViewBlocks": [
25 "SHNavigationControllerBlocks": [
31 "SHPopoverControllerBlocks": [
34 "SHBarButtonItemBlocks": [
37 "SHActionSheetBlocks": [
40 "SHGestureRecognizerBlocks": [
47 "source_files": "SHUIKitBlocks/**/*.{h,m}",