blob: e32a69f91a573ec4626adaf7e7baddecdf2ae9ae [file] [log] [blame]
{
"name": "MTInteractiveTextView",
"version": "0.1.1",
"summary": "A UITextView subclass that makes it possible to add actions to text ranges.",
"description": "This UITextView subclass makes it very easy to assing actions to a text ranges within the textview.\nIt also provides a quick way to highlight interactive parts of the string.",
"homepage": "https://bitbucket.org/mamudamuja/mtinteractivetextview",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"tomicmilutin": "milutin@appbuilder.at"
},
"source": {
"git": "https://bitbucket.org/mamudamuja/mtinteractivetextview",
"tag": "0.1.1"
},
"platforms": {
"ios": "9.0"
},
"source_files": "MTInteractiveTextView/Classes/**/*",
"frameworks": "UIKit",
"pushed_with_swift_version": "3.2"
}