2 "name": "TableService",
4 "summary": "A service through which view models may be registered for table view cells.",
5 "description": "The TableService allows users to register models for table view cells.\nWith Swift 2 and Xcode 7 it will be updated to include a new, unified TableViewDataSource protocol\nwhich conforms to both UITableViewDelegate and UITableViewDataSource and performs much of the\nredundant work for you.",
6 "homepage": "https://github.com/AttilaTheFun/TableService",
9 "Logan Shire": "logan.shire@gmail.com"
12 "git": "https://github.com/AttilaTheFun/TableService.git",
25 "source_files": "Pod/API/Base/{TableService,TableViewCell,TableViewCellModel}.swift",
29 "name": "ViewController",
30 "source_files": "Pod/API/ViewController/TableViewController.swift",
36 "name": "Implementation",
37 "source_files": "Pod/Implementation/TableServiceImplementation.swift",
45 "TableService/API/Base": [
55 "source_files": "Pod/Plugins/TextTableViewCell/TextTableView{Cell,CellModel}.swift",
56 "frameworks": "UIKit",
61 "TableService/API/Base": [
68 "source_files": "Pod/Plugins/ImageTableViewCell/ImageTableView{Cell,CellModel}.swift",
69 "frameworks": "UIKit",
74 "TableService/API/Base": [
80 "name": "ImageTextCell",
81 "source_files": "Pod/Plugins/ImageTextTableViewCell/ImageTextTableView{Cell,CellModel}.swift",
82 "frameworks": "UIKit",
87 "TableService/API/Base": [
93 "name": "ImageTextDetailCell",
94 "source_files": "Pod/Plugins/ImageTextDetailTableViewCell/ImageTextDetailTableView{Cell,CellModel}.swift",
95 "frameworks": "UIKit",
100 "TableService/API/Base": [