blob: 4e6a791a571c9995785668e49704de7ec8d4e11b [file] [log] [blame]
{
"name": "UITextView+Placeholder",
"version": "1.3.3",
"summary": "A missing placeholder for UITextView.",
"homepage": "https://github.com/devxoul/UITextView-Placeholder",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"devxoul": "devxoul@gmail.com"
},
"source": {
"git": "https://github.com/devxoul/UITextView-Placeholder.git",
"tag": "1.3.3"
},
"platforms": {
"ios": "6.0"
},
"requires_arc": true,
"source_files": "Sources/UITextView+Placeholder.{h,m}",
"frameworks": [
"Foundation",
"UIKit"
]
}