blob: 72003c4d34b6036c703e669c437e74b3ea3e1789 [file] [log] [blame]
{
"name": "BHTextFieldManager",
"version": "1.0.1",
"summary": "BHTextFieldManager allows you to prevent issues of the keyboard sliding up and cover UITextField/UITextView.",
"description": "BHTextFieldManager works on all orientations, and with the toolbar. There are also nice optional features allowing you to customize the distance from the text field, add the next/previous done button as a keyboard UIToolbar and set the colors, also can change the text of done button. You can get the all up/down and done button's click event by calling the delegates. you can hide and show up/down arrows as your need.",
"homepage": "https://github.com/BhavikBarot/BHTextFieldManager",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Bhavik Barot": "barotbhavik23@gmail.com"
},
"platforms": {
"ios": "9.0"
},
"frameworks": "SystemConfiguration",
"ios": {
"vendored_frameworks": "BHTextFieldManager.framework"
},
"source": {
"http": "https://raw.githubusercontent.com/BhavikBarot/BHTextFieldManager/master/res/BHTextFieldManager.zip"
}
}