| { |
| "name": "TVMLKitchen", |
| "version": "0.7.0", |
| "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.7.0" |
| }, |
| "platforms": { |
| "tvos": "9.0" |
| }, |
| "requires_arc": true, |
| "source_files": [ |
| "Sources/**/*", |
| "library/**/*" |
| ], |
| "resources": "Sources/**/*.{js,xml}" |
| } |