blob: 1fd0ab2dcc1606f186c22cbd700be542d62e6099 [file] [log] [blame]
{
"name": "FJFKeyboardHelper",
"version": "0.0.2",
"summary": "轻量级键盘管理器,核心代码只有一百多行,一句话解决键盘遮挡问题。",
"homepage": "https://www.jianshu.com/p/34b50c7a111f",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"fangjinfeng": "116418179@qq.com"
},
"platforms": {
"ios": "8.0"
},
"source": {
"git": "https://github.com/fangjinfeng/FJFKeyboardHelper.git",
"tag": "0.0.2"
},
"source_files": "FJFKeyboardHelper/*.{h,m}",
"requires_arc": true,
"frameworks": "UIKit"
}