[Add] YLProgressHUD 0.0.2
[CocoaPods.git] / Specs / 5 / 3 / b / BGSTextViewWithPlaceholder / 0.5 / BGSTextViewWithPlaceholder.podspec.json
blob7d84fff0bc99ba35e0d8a8b0bf83245ea130b1af
2   "name": "BGSTextViewWithPlaceholder",
3   "version": "0.5",
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 using 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.  If can also be centered or left (default) or right aligned.",
6   "homepage": "https://github.com/petetodd/BGSTextViewWithPlaceholder",
7   "license": "MIT",
8   "authors": {
9     "Peter": "peter@brightgreenstar.com"
10   },
11   "social_media_url": "http://twitter.com/PeteTodd",
12   "platforms": {
13     "ios": "8.0"
14   },
15   "source": {
16     "git": "https://github.com/petetodd/BGSTextViewWithPlaceholder.git",
17     "tag": "0.5"
18   },
19   "source_files": "BGSTextView/*.{h,m}",
20   "exclude_files": "Classes/Exclude",
21   "requires_arc": true