blob: d1910fa6bec49988197d92b19a99eb740cea7d18 [file] [log] [blame]
{
"name": "BGSTextViewWithPlaceholder",
"version": "0.3",
"summary": "Custom UITextView class that performs as a standard UITextView but includes placeholder text.",
"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",
"homepage": "https://github.com/petetodd/BGSTextViewWithPlaceholder",
"license": "MIT",
"authors": {
"Peter": "peter@brightgreenstar.com"
},
"platforms": {
"ios": "8.0"
},
"source": {
"git": "https://github.com/petetodd/BGSTextViewWithPlaceholder.git",
"tag": "0.3"
},
"source_files": "BGSTextView/*.{h,m}",
"exclude_files": "Classes/Exclude",
"requires_arc": true
}