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/**/*.swift",
30 "source_files": "Pod/API/DataSource/*.swift",
38 "TableService/API/Base": [
44 "name": "GroupedDataSource",
45 "source_files": "Pod/API/GroupedDataSource/*.swift",
53 "TableService/API/Base": [
56 "TableService/API/DataSource": [
62 "name": "ViewController",
63 "source_files": "Pod/API/ViewController/*.swift",
64 "frameworks": "UIKit",
66 "TableService/API/Base": [
69 "TableService/API/DataSource": [
72 "TableService/API/GroupedDataSource": [
80 "name": "Implementation",
81 "source_files": "Pod/Implementation/TableServiceImplementation.swift",
89 "TableService/API/Base": [
99 "source_files": "Pod/Plugins/TextTableViewCell/*.swift",
100 "frameworks": "UIKit",
105 "TableService/API/Base": [
112 "source_files": "Pod/Plugins/ImageTableViewCell/*.swift",
113 "frameworks": "UIKit",
118 "TableService/API/Base": [
124 "name": "ImageTextCell",
125 "source_files": "Pod/Plugins/ImageTextTableViewCell/*.swift",
126 "frameworks": "UIKit",
131 "TableService/API/Base": [
137 "name": "ImageTextDetailCell",
138 "source_files": "Pod/Plugins/ImageTextDetailTableViewCell/*.swift",
139 "frameworks": "UIKit",
144 "TableService/API/Base": [