[Add] RXSDK_Pure 3.0.301
[CocoaPods.git] / Specs / 8 / 0 / f / PTPPlaceholderTextView / 0.7.3 / PTPPlaceholderTextView.podspec.json
blobe84eb9078ea767a0341885f0451495d3b8359afa
2   "name": "PTPPlaceholderTextView",
3   "version": "0.7.3",
4   "summary": "A simple naive implementation of UITextView subclass to support placeholder text rendering in UITextView.",
5   "description": "A simple naive implementation of UITextView subclass to support placeholder text rendering in UITextView.\nThis PTPPlaceholderTextView comes with IBDesignable, IBInspectable and also UIAppearance support.",
6   "homepage": "https://github.com/pitiphong-p/PTPPlaceholderTextView",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Pitiphong Phongpattranont": "pitiphong.p@me.com"
13   },
14   "social_media_url": "http://twitter.com/pitiphong_p",
15   "platforms": {
16     "ios": "8.0"
17   },
18   "source": {
19     "git": "https://github.com/pitiphong-p/PTPPlaceholderTextView.git",
20     "tag": "0.7.3"
21   },
22   "source_files": "PTPPlaceholderTextView.swift",
23   "xcconfig": {
24     "SWIFT_VERSION": "5.0"
25   }