[Add] BoostAI 1.1.28
[CocoaPods.git] / Specs / 7 / b / 6 / TVOSToast / 0.5 / TVOSToast.podspec.json
blob139774b6d653bb3e65429d88ed5889101a7f3ac8
2   "name": "TVOSToast",
3   "version": "0.5",
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.5"
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     "ManualLayout": [
27     ]
28   }