blob: 2cba0fa6f9657b900911a240963ded69e862c444 [file] [log] [blame]
{
"name": "BGSTextViewWithPlaceholder",
"version": "0.2",
"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. Very useful for multi-colors, fonts etc...\n\n\n",
"homepage": "https://github.com/petetodd/BGSTextViewWithPlaceholder",
"license": "MIT",
"authors": {
"Peter": "peter@brightgreenstar.com"
},
"platforms": {
"ios": "7.0"
},
"source": {
"git": "https://github.com/petetodd/BGSTextViewWithPlaceholder.git",
"tag": "0.2"
},
"source_files": "BGSTextView/*.{h,m}",
"exclude_files": "Classes/Exclude",
"requires_arc": true
}