[Add] DocumentReaderFullRFIDStage 7.5.10860
[CocoaPods.git] / Specs / 8 / 4 / d / FZTextFocuser / 0.1.0 / FZTextFocuser.podspec.json
blobb3bf3735bc656c31ddbdc6fbd3309defa2c3d79c
2   "name": "FZTextFocuser",
3   "version": "0.1.0",
4   "summary": "A class meant to simplify the task of displaying focusable text in tvOS.",
5   "description": "FZTextFocuser allows focusable text to be displayed in tvOS. The user can choose to highlight the entire text or just parts of it. Please see the README file for more details.",
6   "homepage": "https://github.com/gutenbergn/FZTextFocuser",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "gutenbergn": "gutenbergn@gmail.com"
13   },
14   "source": {
15     "git": "https://github.com/gutenbergn/FZTextFocuser.git",
16     "tag": "0.1.0"
17   },
18   "social_media_url": "https://twitter.com/gutenbergn",
19   "swift_version": "5.0",
20   "platforms": {
21     "tvos": "9.0"
22   },
23   "frameworks": [
24     "UIKit",
25     "CoreText"
26   ],
27   "source_files": "FZTextFocuser/Classes/**/*",
28   "dependencies": {
29     "FuzeUtils": [
31     ]
32   }