2 "name": "TableViewDataManager",
4 "summary": "Powerful data driven content manager for UITableView written in Swift.",
5 "description": "`TableViewDataManager` allows to manage the content of any `UITableView` with ease, both forms and lists. `TableViewDataManager` is built on top of reusable cells technique and provides APIs for mapping any object class to any custom cell subclass.\n\nThe general idea is to allow developers to use their own `UITableView` and `UITableViewController` instances (and even subclasses), providing a layer that synchronizes data with the cell appereance.\nIt fully implements `UITableViewDelegate` and `UITableViewDataSource` protocols so you don't have to.",
6 "homepage": "https://github.com/romaonthego/TableViewDataManager",
9 "Roman Efimov": "romefimov@gmail.com"
12 "git": "https://github.com/romaonthego/TableViewDataManager.git",
15 "social_media_url": "https://twitter.com/romaonthego",
20 "source_files": "Source/Classes/**/*",
21 "resources": "Source/Assets/TableViewDataManager.bundle"