blob: cee31e3b0b98e38590b0dcf4098ec2feb7985246 [file] [log] [blame]
{
"name": "PlaceholderUITextView",
"version": "1.0.0",
"summary": "A missing placeholder for UITextView.",
"homepage": "https://github.com/Hoangtaiki/PlaceholderUITextView",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Hoangtaiki": "duchoang.vp@gmail.com"
},
"source": {
"git": "https://github.com/Hoangtaiki/PlaceholderUITextView.git",
"tag": "1.0.0"
},
"platforms": {
"ios": "10.0"
},
"source_files": "Source/**/*.swift",
"ios": {
"frameworks": [
"UIKit",
"Foundation"
]
}
}