[Add] TiendeoCoreLite 1.0.11-lite
[CocoaPods.git] / Specs / 1 / a / d / TVMLKitchen / 0.9.1 / TVMLKitchen.podspec.json
blobd62e480a3faab09b5e880bc4640328b4ed396405
2   "name": "TVMLKitchen",
3   "version": "0.9.1",
4   "summary": "Swifty TVML template manager with or without client-server",
5   "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.",
6   "homepage": "https://github.com/toshi0383/TVMLKitchen",
7   "license": "MIT",
8   "authors": {
9     "Toshihiro Suzuki": "t.suzuki326@gmail.com"
10   },
11   "source": {
12     "git": "https://github.com/toshi0383/TVMLKitchen.git",
13     "tag": "0.9.1"
14   },
15   "platforms": {
16     "tvos": "9.0"
17   },
18   "requires_arc": true,
19   "source_files": [
20     "Sources/**/*",
21     "library/**/*"
22   ],
23   "resources": "Sources/**/*.{js,xml}"