blob: 0d7291cbc8535234a406370ca5d82fbfd98e13dd [file] [log] [blame]
{
"name": "BHTextFieldManager",
"version": "1.0.3",
"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": "BHTextFieldManager/LICENSE"
},
"authors": {
"Bhavik Barot": "barotbhavik23@gmail.com"
},
"source": {
"http": "https://github.com/BhavikBarot/BHTextFieldManager/blob/master/res/BHTextFieldManager.zip?raw=true"
},
"platforms": {
"ios": "9.0"
},
"frameworks": "SystemConfiguration",
"ios": {
"vendored_frameworks": "BHTextFieldManager/BHTextFieldManager.framework"
}
}