Skip to content

Commit

Permalink
[Add] TableViewDataManager 0.1.4
Browse files Browse the repository at this point in the history
  • Loading branch information
romaonthego authored and CocoaPodsBot committed May 16, 2016
1 parent 2538603 commit 69b0c71
Showing 1 changed file with 22 additions and 0 deletions.
22 changes: 22 additions & 0 deletions Specs/TableViewDataManager/0.1.4/TableViewDataManager.podspec.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
{
"name": "TableViewDataManager",
"version": "0.1.4",
"summary": "Powerful data driven content manager for UITableView written in Swift.",
"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.",
"homepage": "https://github.com/romaonthego/TableViewDataManager",
"license": "MIT",
"authors": {
"Roman Efimov": "romefimov@gmail.com"
},
"source": {
"git": "https://github.com/romaonthego/TableViewDataManager.git",
"tag": "0.1.4"
},
"social_media_url": "https://twitter.com/romaonthego",
"platforms": {
"ios": "8.0"
},
"requires_arc": true,
"source_files": "Source/Classes/**/*",
"resources": "Source/Assets/TableViewDataManager.bundle"
}

0 comments on commit 69b0c71

Please sign in to comment.