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",
26 "ServiceRegistry/API": [
30 "source_files": "Pod/API/**/*.swift"
33 "name": "Implementation",
34 "source_files": "Pod/Implementation/*.swift",
46 "source_files": "Pod/Plugins/TextTableViewCell/*.swift",
55 "source_files": "Pod/Plugins/ImageTableViewCell/*.swift",
63 "name": "ImageTextCell",
64 "source_files": "Pod/Plugins/ImageTextTableViewCell/*.swift",
72 "name": "ImageTextDetailCell",
73 "source_files": "Pod/Plugins/ImageTextDetailTableViewCell/*.swift",
86 "name": "ModelService",
100 "source_files": "Pod/Extensions/ModelService/Basic/*.swift"
105 "TableService/API": [
109 "source_files": "Pod/Extensions/ModelService/Grouped/*.swift"