| { |
| "name": "SHTextViewBlocks", |
| "version": "1.1.1", |
| "summary": "Prefixed UITextView category replacing delegate calls with blocks. without libffi and swizzling.", |
| "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", |
| "homepage": "https://github.com/seivan/SHTextViewBlocks", |
| "license": "MIT", |
| "authors": { |
| "Seivan Heidari": "seivan.heidari@icloud.com" |
| }, |
| "source": { |
| "git": "https://github.com/seivan/SHTextViewBlocks.git", |
| "tag": "1.1.1" |
| }, |
| "platforms": { |
| "ios": "6.0" |
| }, |
| "source_files": "SHTextViewBlocks/**/*.{h,m}", |
| "requires_arc": true |
| } |