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