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