[Add] ZJSDK 2.5.5.6
[CocoaPods.git] / Specs / 6 / 3 / c / UITextView+PlaceholderExt / 0.1.2 / UITextView+PlaceholderExt.podspec.json
blobf60d04d0856b25f4308766dfd3f5ded1f5a5c683
2   "name": "UITextView+PlaceholderExt",
3   "version": "0.1.2",
4   "summary": "Add placeholder to UITextView.Perfect support autolayout.",
5   "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.",
6   "homepage": "https://github.com/TonyJR/UITextView-PlaceHolder",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Tony.JR": "show_3@163.com"
13   },
14   "source": {
15     "git": "https://github.com/TonyJR/UITextView-placeHolder.git",
16     "tag": "0.1.2"
17   },
18   "platforms": {
19     "ios": "7.0"
20   },
21   "requires_arc": true,
22   "source_files": "UITextView+PlaceHolder/UITextView+PlaceHolder.{h,m}",
23   "public_header_files": "UITextView+PlaceHolder/UITextView+PlaceHolder.h",
24   "frameworks": "UIKit"