blob: 65ae29c61eb189e33c8be9acf1e83fb602e527ee [file] [log] [blame]
{
"name": "TLKeyboardUtil",
"version": "0.0.2",
"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.2"
},
"platforms": {
"ios": "7.0"
},
"requires_arc": true,
"source_files": "Pod/Classes/**/*.{h,m}",
"resource_bundles": {
"TLKeyboardUtil": [
"Pod/Assets/*.png"
]
},
"public_header_files": "Pod/Classes/**/*.h",
"frameworks": [
"UIKit",
"MapKit"
]
}