blob: bed20bbc6b1ce798f70294f582774bae1a5af141 [file] [log] [blame]
{
"name": "UITextView+Placeholder",
"version": "1.0.6",
"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.0.6"
},
"platforms": {
"ios": "7.0"
},
"requires_arc": true,
"source_files": "UITextView+Placeholder/UITextView+Placeholder.{h,m}",
"frameworks": [
"Foundation",
"UIKit"
]
}