[Add] TrinityAudioSDK 3.2.118
[CocoaPods.git] / Specs / 3 / 4 / b / BHTextFieldManager / 1.0.2 / BHTextFieldManager.podspec.json
blobee922db26f45a27a9f4f4a5784ccf72d50e3587f
2   "name": "BHTextFieldManager",
3   "version": "1.0.2",
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   }