[Add] TensorFlowLiteSelectTfOps 0.0.1-nightly.20220526
[CocoaPods.git] / Specs / e / f / 4 / MTInteractiveTextView / 0.1.2 / MTInteractiveTextView.podspec.json
blob9a33271a65530f73b944f7989247c427d37a975c
2   "name": "MTInteractiveTextView",
3   "version": "0.1.2",
4   "summary": "A UITextView subclass that makes it possible to add actions to text ranges.",
5   "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.",
6   "homepage": "https://bitbucket.org/mamudamuja/mtinteractivetextview",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "tomicmilutin": "milutin@appbuilder.at"
13   },
14   "source": {
15     "git": "https://bitbucket.org/mamudamuja/mtinteractivetextview",
16     "tag": "0.1.2"
17   },
18   "platforms": {
19     "ios": "9.0"
20   },
21   "source_files": "MTInteractiveTextView/Classes/**/*",
22   "frameworks": "UIKit",
23   "pushed_with_swift_version": "3.2"