[Add] AlibabacloudMse20190531 6.13.0
[CocoaPods.git] / Specs / a / b / 1 / TableViewDataManager / 0.1.2 / TableViewDataManager.podspec.json
blob7556c91215db4fc7a36c42369bc2d58703b33f26
2   "name": "TableViewDataManager",
3   "version": "0.1.2",
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",
7   "license": "MIT",
8   "authors": {
9     "Roman Efimov": "romefimov@gmail.com"
10   },
11   "source": {
12     "git": "https://github.com/romaonthego/TableViewDataManager.git",
13     "tag": "0.1.2"
14   },
15   "social_media_url": "https://twitter.com/romaonthego",
16   "platforms": {
17     "ios": "8.0"
18   },
19   "requires_arc": true,
20   "source_files": "Source/Classes/**/*",
21   "resources": "Source/Assets/TableViewDataManager.bundle"