blob: f60d04d0856b25f4308766dfd3f5ded1f5a5c683 [file] [log] [blame]
{
"name": "UITextView+PlaceholderExt",
"version": "0.1.2",
"summary": "Add placeholder to UITextView.Perfect support autolayout.",
"description": "This is as category of UITextView, in order to add a placeHolder. Tt's used like UITextField. You can just do like this.\n\n'textView.placeHolder = @\"place holder string\";'\n\nWhatever the textView is created by coder,xib or storyboard.",
"homepage": "https://github.com/TonyJR/UITextView-PlaceHolder",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Tony.JR": "show_3@163.com"
},
"source": {
"git": "https://github.com/TonyJR/UITextView-placeHolder.git",
"tag": "0.1.2"
},
"platforms": {
"ios": "7.0"
},
"requires_arc": true,
"source_files": "UITextView+PlaceHolder/UITextView+PlaceHolder.{h,m}",
"public_header_files": "UITextView+PlaceHolder/UITextView+PlaceHolder.h",
"frameworks": "UIKit"
}