blob: e429bae4828d5566d8896d1da679064e830a946b [file] [log] [blame]
{
"name": "SHTextFieldBlocks",
"version": "1.1.0",
"summary": "Prefixed UITextField 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/SHTextFieldBlocks",
"license": "MIT",
"authors": {
"Seivan Heidari": "seivan.heidari@icloud.com"
},
"source": {
"git": "https://github.com/seivan/SHTextFieldBlocks.git",
"tag": "1.1.0"
},
"platforms": {
"ios": "6.0"
},
"source_files": "SHTextFieldBlocks/**/*.{h,m}",
"requires_arc": true
}