[Add] IPDSDK 2.0.0.3
[CocoaPods.git] / Specs / 3 / 4 / b / BHTextFieldManager / 1.0.3 / BHTextFieldManager.podspec.json
blob0d7291cbc8535234a406370ca5d82fbfd98e13dd
2   "name": "BHTextFieldManager",
3   "version": "1.0.3",
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": "BHTextFieldManager/LICENSE"
10   },
11   "authors": {
12     "Bhavik Barot": "barotbhavik23@gmail.com"
13   },
14   "source": {
15     "http": "https://github.com/BhavikBarot/BHTextFieldManager/blob/master/res/BHTextFieldManager.zip?raw=true"
16   },
17   "platforms": {
18     "ios": "9.0"
19   },
20   "frameworks": "SystemConfiguration",
21   "ios": {
22     "vendored_frameworks": "BHTextFieldManager/BHTextFieldManager.framework"
23   }