2 "name": "SHTextViewBlocks",
4 "summary": "Prefixed UITextView category replacing delegate calls with blocks. without libffi and swizzling.",
5 "description": "\n Delegate callbacks via 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 blocks are self maintained.\n * Prefixed selectors.\n * Minimum clutter on top of the public interface.\n \n",
6 "homepage": "https://github.com/seivan/SHTextViewBlocks",
9 "Seivan Heidari": "seivan.heidari@icloud.com"
12 "git": "https://github.com/seivan/SHTextViewBlocks.git",
18 "source_files": "SHTextViewBlocks/**/*.{h,m}",