blob: f24c1e032da7936f1e59b780b97cdbb723ded161 [file] [log] [blame]
{
"name": "UITextView+Blocks",
"version": "1.0.0",
"summary": "Adds blocks to all UITextView delegate methods with a category, no subclassing. Also allows the use of delegate methods if no block is set.",
"homepage": "https://github.com/yichizhang/UITextView-Blocks",
"authors": {
"HÃ¥kon Bogen": "hakon.bogen@gmail.com"
},
"license": "MIT",
"source": {
"git": "https://github.com/yichizhang/UITextView-Blocks.git",
"tag": "1.0.0"
},
"platforms": {
"ios": "6.0"
},
"source_files": "UITextView+Blocks.{h,m}",
"requires_arc": true
}