[Add] AlibabacloudBPStudio20210931 4.0.4
[CocoaPods.git] / Specs / 9 / d / 2 / BRCBoxInputView / 0.1.0 / BRCBoxInputView.podspec.json
blob5dcc4d10b1ce8acf05134c3b3c1ca342980c0570
2   "name": "BRCBoxInputView",
3   "version": "0.1.0",
4   "summary": "BRCBoxInputView is a customizable input view that supports various text input customizations and conforms to the UITextInput protocol.",
5   "description": "BRCBoxInputView is a customizable input view that conforms to the UITextInput protocol.It offers various text input customizations, including keyboard settings, caret styles,box alignment, and input length constraints. The view supports menu actions like copy,paste, cut, and delete, and includes features for handling custom input events and first responder status.",
6   "homepage": "https://github.com/JayChou202302/BRCBoxInputView",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "zhixiongsun": "sunzhixiong91@gmail.com"
13   },
14   "source": {
15     "git": "https://github.com/JayChou202302/BRCBoxInputView.git",
16     "tag": "0.1.0"
17   },
18   "platforms": {
19     "ios": "13.0"
20   },
21   "source_files": "BRCBoxInputView/Classes/**/*",
22   "frameworks": [
23     "UIKit",
24     "Foundation"
25   ]