blob: e55f8bef4a09c55215e5beec82f803085947123b [file] [log] [blame]
{
"name": "TVMLKitchen",
"version": "0.9.5",
"summary": "Swifty TVML template manager with or without client-server",
"description": "TVML is a good choice, when you prefer simplicity over dynamic UIKit implementation. TVMLKitchen helps to manage your TVML with or without additional client-server. Put TVML templates in Main Bundle, then you're ready to go.",
"homepage": "https://github.com/toshi0383/TVMLKitchen",
"license": "MIT",
"authors": {
"Toshihiro Suzuki": "t.suzuki326@gmail.com"
},
"source": {
"git": "https://github.com/toshi0383/TVMLKitchen.git",
"tag": "0.9.5"
},
"platforms": {
"tvos": "9.0"
},
"requires_arc": true,
"source_files": [
"Sources/**/*",
"library/**/*"
],
"resources": "Sources/**/*.{js,xml}"
}