[Add] FaceSDKNightly 6.4.2314
[CocoaPods.git] / Specs / 2 / 0 / 7 / UZTextView / 1.0.5 / UZTextView.podspec.json
blob31300dce1dbfa2b3736c365587c296d53bb02cf5
2   "name": "UZTextView",
3   "version": "1.0.5",
4   "summary": "Clickable and selectable text view for iOS",
5   "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.",
6   "homepage": "https://github.com/sonsongithub/UZTextView",
7   "license": {
8     "type": "BSD",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "sonson": ""
13   },
14   "social_media_url": "http://twitter.com/sonson_twit",
15   "platforms": {
16     "ios": "7.0"
17   },
18   "source": {
19     "git": "https://github.com/sonsongithub/UZTextView.git",
20     "tag": "v1.0.5"
21   },
22   "source_files": "UZTextView/*",
23   "public_header_files": "UZTextView/UZTextView.h",
24   "frameworks": [
25     "QuartzCore",
26     "CoreText"
27   ],
28   "requires_arc": true