blob: 9cc5a3b32fd6ceaabcccc3aaae8bd1b9c61c0143 [file] [log] [blame]
{
"name": "TVOSToast",
"version": "0.9",
"summary": "Toast component for tvOS with built-in siri remote hint support",
"description": "Toast component for tvOS with built-in siri remote hint support.",
"homepage": "https://github.com/svtek/TVOSToast",
"license": "MIT",
"authors": {
"cemolcay": "ccemolcay@gmail.com"
},
"platforms": {
"tvos": "9.0"
},
"source": {
"git": "https://github.com/svtek/TVOSToast.git",
"tag": "0.9"
},
"resources": "TVOSToast/Resources/*.png",
"source_files": [
"TVOSToast/TVOSToast.swift",
"TVOSToast/Resources/*.png"
],
"requires_arc": true,
"dependencies": {
"ManualLayout": [
]
},
"pushed_with_swift_version": "3.0"
}