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": [
33 "source_files": "Pod/API/Plain/*.swift"
36 "name": "ModelService",
41 "TableService/API/Plain": [
45 "source_files": "Pod/API/ModelService/*.swift"
50 "name": "Implementation",
55 "TableService/API/Plain": [
59 "source_files": "Pod/Implementation/Plain/*.swift"
62 "name": "ModelService",
64 "TableService/API/ModelService": [
68 "source_files": "Pod/Implementation/ModelService/*.swift"
82 "source_files": "Pod/Plugins/TextCell/*.swift"
86 "source_files": "Pod/Plugins/ImageCell/*.swift"
89 "name": "ImageTextCell",
90 "source_files": "Pod/Plugins/ImageTextCell/*.swift"
93 "name": "ImageTextDetailCell",
94 "source_files": "Pod/Plugins/ImageTextDetailCell/*.swift"