blob: 76ce3ff8876a004fb7f2455f1ef93992f88959da [file] [log] [blame]
{
"name": "TLKeyboardUtil",
"version": "0.0.1",
"summary": "完美实现键盘弹出功能,并且适配iOS各个版本",
"description": "\"一款精致的工具,可以帮助你快速实现键盘的弹出,完美解决视图上的控件遮挡问题\"",
"homepage": "https://github.com/andrew-anlu/TLKeyboardUtil",
"license": "MIT",
"authors": {
"Andrew": "anluanlu123@163.com"
},
"source": {
"git": "https://github.com/andrew-anlu/TLKeyboardUtil.git",
"tag": "0.0.1"
},
"platforms": {
"ios": "7.0"
},
"requires_arc": true,
"source_files": "Pod/Classes/**/*",
"resource_bundles": {
"TLKeyboardUtil": [
"Pod/Assets/*.png"
]
},
"public_header_files": "Pod/Classes/**/*.h",
"frameworks": [
"UIKit",
"MapKit"
]
}