blob: 5a8ffd076711d6236a4fdeb19f8ab49e740f8ed0 [file] [log] [blame]
{
"name": "KMPlaceholderTextView",
"version": "1.1.1",
"summary": "A UITextView subclass that adds support for multiline placeholder written in Swift.",
"description": "A UITextView subclass that adds support for multiline placeholder written in Swift. \nIt is convenient to set the value of the placeholder property just like using UITextField.",
"homepage": "https://github.com/MoZhouqi/KMPlaceholderTextView",
"screenshots": "https://raw.githubusercontent.com/MoZhouqi/KMPlaceholderTextView/master/Screenshots/preview.gif",
"license": "MIT",
"authors": {
"Zhouqi Mo": "mozhouqi@gmail.com"
},
"social_media_url": "https://twitter.com/MoZhouqi",
"platforms": {
"ios": "8.0"
},
"source": {
"git": "https://github.com/MoZhouqi/KMPlaceholderTextView.git",
"tag": "1.1.1"
},
"source_files": "KMPlaceholderTextView/*.swift",
"frameworks": "UIKit",
"requires_arc": true
}