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 => UIAlertView\n * SHControlBlocks => UIControl\n * SHSegueBlocks => UIStoryboardSegue\n * SHNavigationControllerBlocks => UINavigationController\n * SHWebViewBlocks => UIWebView\n * SHPopoverControllerBlocks => UIPopoverController\n * SHBarButtonItemBlocks => UIBarButtonItem\n * SHActionSheetBlocks => UIActionSheet\n * SHGestureRecognizerBlocks => UIGestureRecognizer\n * SHTextFieldBlocks => UITextField\n * SHTextViewBlocks => UITextView \n * SHTabBarControllerBlocks => UITabBarController\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 "SHActionSheetBlocks": [
19 "SHAlertViewBlocks": [
22 "SHBarButtonItemBlocks": [
28 "SHGestureRecognizerBlocks": [
31 "SHNavigationControllerBlocks": [
34 "SHPopoverControllerBlocks": [
40 "SHTabBarControllerBlocks": [
43 "SHTextFieldBlocks": [
56 "source_files": "SHUIKitBlocks/**/*.{h,m}",