blob: a946c8aba4c77cd6e6af47b73de88c9600051bd7 [file] [log] [blame]
{
"name": "ZYKeyboardUtil",
"version": "0.3.1",
"summary": "Util Handed all keyboard events with Block Conveniently.",
"description": "Util Handed all keyboard events with Block Conveniently.The important role is animateWhenKeyboardAppearBlock & animateWhenKeyboardDisappearBlock, and you can use animateWhenKeyboardAppearBlockAutomaticAnim let it handle the event what keyboard cover you inputView automatically. all in the demo. thx.",
"homepage": "https://github.com/liuzhiyi1992/ZYKeyboardUtil",
"license": "MIT",
"authors": {
"liuzhiyi1992": "55137840@qq.com"
},
"platforms": {
"ios": "7.1"
},
"source": {
"git": "https://github.com/liuzhiyi1992/ZYKeyboardUtil.git",
"tag": "0.3.1"
},
"source_files": "ZYKeyboardUtil/Keyboard/*.{h,m}",
"frameworks": "UIKit",
"requires_arc": true
}