[Add] com-qqsdk-control-Tools 1.2.1
[CocoaPods.git] / Specs / 7 / b / 6 / TVOSToast / 0.3 / TVOSToast.podspec.json
blob51da1acb0ebbef529131874e027a05f174876654
2   "name": "TVOSToast",
3   "version": "0.3",
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.3"
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   }