[Add] MapboxCommon 24.10.0-daily-2024-12-30-04-26
[CocoaPods.git] / Specs / 3 / 4 / b / BHTextFieldManager / 1.0.1 / BHTextFieldManager.podspec.json
blob72003c4d34b6036c703e669c437e74b3ea3e1789
2   "name": "BHTextFieldManager",
3   "version": "1.0.1",
4   "summary": "BHTextFieldManager allows you to prevent issues of the keyboard sliding up and cover UITextField/UITextView.",
5   "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.",
6   "homepage": "https://github.com/BhavikBarot/BHTextFieldManager",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Bhavik Barot": "barotbhavik23@gmail.com"
13   },
14   "platforms": {
15     "ios": "9.0"
16   },
17   "frameworks": "SystemConfiguration",
18   "ios": {
19     "vendored_frameworks": "BHTextFieldManager.framework"
20   },
21   "source": {
22     "http": "https://raw.githubusercontent.com/BhavikBarot/BHTextFieldManager/master/res/BHTextFieldManager.zip"
23   }