blob: e49d79ef1b578c343e9e47c5cf4dd45e0edaba5b [file] [log] [blame]
{
"name": "KeyboardAvoidingView",
"version": "4.0.0",
"summary": "View that adjusts it's bottom constraint to avoid keyboard",
"description": "Common usage: set `KeyboardAvoidingView` class to any view (usually it's base container) that you want to adjust it's bottom constraint or frame height to avoid keyboard.",
"homepage": "https://github.com/APUtils/KeyboardAvoidingView",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Anton Plebanovich": "anton.plebanovich@gmail.com"
},
"source": {
"git": "https://github.com/APUtils/KeyboardAvoidingView.git",
"tag": "4.0.0"
},
"platforms": {
"ios": "8.0"
},
"source_files": "KeyboardAvoidingView/Classes/**/*",
"pod_target_xcconfig": {
"DEFINES_MODULE": "YES"
},
"private_header_files": "KeyboardAvoidingView/Classes/KeyboardAvoidingViewLoader.h",
"frameworks": [
"Foundation",
"UIKit"
],
"dependencies": {
"APExtensions/ViewState": [
">= 7.0.0"
]
}
}