[Add] FCNews 0.3.26
[CocoaPods.git] / Specs / e / f / 4 / MTInteractiveTextView / 0.1.1 / MTInteractiveTextView.podspec.json
blobe32a69f91a573ec4626adaf7e7baddecdf2ae9ae
2   "name": "MTInteractiveTextView",
3   "version": "0.1.1",
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.1"
17   },
18   "platforms": {
19     "ios": "9.0"
20   },
21   "source_files": "MTInteractiveTextView/Classes/**/*",
22   "frameworks": "UIKit",
23   "pushed_with_swift_version": "3.2"