blob: a775f7d3f794b189dcf64d14ad0903a422ac582f [file] [log] [blame]
{
"name": "KMPlaceholderTextView",
"version": "1.2.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.2.1"
},
"source_files": "KMPlaceholderTextView/*.swift",
"frameworks": "UIKit",
"requires_arc": true
}