generamba_templates/touchin-tablecell/touchin-tablecell.rambaspec

15 lines
472 B
Plaintext

# Template information section
name: "touchin-tablecell"
summary: "Swift UITableViewCell for TableKit using in TouchInstinct"
author: "Igor Kislyuk"
version: "1.1"
license: "MIT"
# The declarations for code files
code_files:
# cell
- {name: UITableViewCell.swift, path: TableCell/cell.swift.liquid, custom_name: "{{module_info.name}}.swift"}
- {name: CellViewModel.swift, path: TableCell/cellViewModel.swift.liquid, custom_name: "{{module_info.name}}ViewModel.swift"}