[Add] AlibabacloudMse20190531 6.13.0
[CocoaPods.git] / Specs / 5 / 3 / b / BGSTextViewWithPlaceholder / 0.3.1 / BGSTextViewWithPlaceholder.podspec.json
blobb4dfd4dd46c440588a71ecdad784a09abee4523d
2   "name": "BGSTextViewWithPlaceholder",
3   "version": "0.3.1",
4   "summary": "Custom UITextView class that performs as a standard UITextView but includes placeholder text.",
5   "description": "                   A custom UITextView class that performs as a standard UITextView but also enables the inclusion of placeholder text.  The placeholder label is set uisng an NSAttributedString which enables use of multi-colors and mixed fonts.  Placeholder text can optionally be displayed over several lines or automatically resized to fit on one line.\n\n\n\n",
6   "homepage": "https://github.com/petetodd/BGSTextViewWithPlaceholder",
7   "license": "MIT",
8   "authors": {
9     "Peter": "peter@brightgreenstar.com"
10   },
11   "platforms": {
12     "ios": "8.0"
13   },
14   "source": {
15     "git": "https://github.com/petetodd/BGSTextViewWithPlaceholder.git",
16     "tag": "0.3.1"
17   },
18   "source_files": "BGSTextView/*.{h,m}",
19   "exclude_files": "Classes/Exclude",
20   "requires_arc": true