blob: 0c8df35dcd29d663598f2685c02f0de343b5bf26 [file] [log] [blame]
{
"name": "ImageTextView",
"version": "1.0.0",
"summary": "`ImageTextView` is a `UITextView` with images.",
"description": "`ImageTextView` is a subclass of `UITextView` that allows you to add `UIImage` elements.\nIt has a placeholder attribute as well. The demo showcases it in use.",
"homepage": "https://github.com/dehli/ImageTextView",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Christian Paul Dehli": "dehli@gatech.edu"
},
"social_media_url": "http://twitter.com/cpdehli",
"platforms": {
"ios": "8.0"
},
"source": {
"git": "https://github.com/dehli/ImageTextView.git",
"tag": "1.0.0"
},
"source_files": "ImageTextView/**/*.{swift}"
}