blob: 0d3da8cb470bcc5e55867b4cf6eeeafb5915b18e [file] [log] [blame]
{
"name": "FJFKeyboardHelper",
"version": "0.0.1",
"summary": "轻量级键盘管理器,核心代码只有一百多行,一句话解决键盘遮挡问题。",
"homepage": "http://www.jianshu.com/p/bea2bfed3f3f",
"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.1"
},
"source_files": "FJFKeyboardHelper/*.{h,m}",
"requires_arc": true,
"frameworks": "UIKit"
}