[Add] DocumentReaderFullRFIDStage 7.5.10860
[CocoaPods.git] / Specs / 7 / b / 6 / TVOSToast / 0.2 / TVOSToast.podspec.json
bloba7e4af730c84c517171f42e756911072cd83b1de
2   "name": "TVOSToast",
3   "version": "0.2",
4   "summary": "Toast component for tvOS with built-in siri remote hint support",
5   "description": "Toast component for tvOS with built-in siri remote hint support.",
6   "homepage": "https://github.com/movielala/TVOSToast",
7   "license": "MIT",
8   "authors": {
9     "cemolcay": "ccemolcay@gmail.com"
10   },
11   "platforms": {
12     "tvos": "9.0"
13   },
14   "source": {
15     "git": "https://github.com/movielala/TVOSToast.git",
16     "tag": "v0.2"
17   },
18   "resources": "TVOSToast/Resources/*.png",
19   "source_files": [
20     "TVOSToast/TVOSToast.swift",
21     "TVOSToast/Resources/*.png"
22   ],
23   "requires_arc": true,
24   "dependencies": {
25     "ALKit": [
27     ],
28     "ManualLayout": [
30     ]
31   }