[Add] DocumentReaderFullRFIDStage 7.5.10860
[CocoaPods.git] / Specs / 7 / b / 6 / TVOSToast / 0.1 / TVOSToast.podspec.json
blob4c776552e5489390eb1afeab249f96da7078339a
2   "name": "TVOSToast",
3   "version": "0.1",
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.1"
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   }