blob: d669046daf5acc4bc8f00793dea1f30679f900e1 [file] [log] [blame]
{
"name": "UZTextView",
"version": "1.0.8",
"summary": "Clickable and selectable text view for iOS",
"description": "UZTextView class implements implements the behavior for a scrollable, multiline, selectable, clickable text region. The class supports the display of text using custom style and link information.\nCreate subclass of the class and use UZTextView internal category methods if you want to expand the UZTextView class. For example, you have to override some methods of the class in order to add your custom UIMenuItem objects.\nYou can use the Class on the UITableView cell and set custom style text using NSAttributedString class objects.",
"homepage": "https://github.com/sonsongithub/UZTextView",
"license": {
"type": "BSD",
"file": "LICENSE"
},
"authors": {
"sonson": ""
},
"social_media_url": "http://twitter.com/sonson_twit",
"platforms": {
"ios": "7.0"
},
"source": {
"git": "https://github.com/sonsongithub/UZTextView.git",
"tag": "v1.0.6"
},
"source_files": "UZTextView/*",
"public_header_files": "UZTextView/UZTextView.h",
"frameworks": [
"QuartzCore",
"CoreText"
],
"requires_arc": true
}