blob: bec92db39e3dd67e8b9aaa0043b474f73880a770 [file] [log] [blame]
{
"name": "ReactiveTableView",
"version": "0.1",
"summary": "Simply the way to display multiple cell types on TableView.",
"description": "Remove the old way to display cell on TableView. Now you can link Cell class with Model class with `bind` method.\nJust need to push models and see them displaying on TableView.",
"homepage": "https://github.com/tuanphung/ReactiveTableView",
"license": "MIT",
"authors": {
"Tuan Phung": "tuanphunglk@gmail.com"
},
"social_media_url": "https://twitter.com/tuanphunglk",
"platforms": {
"ios": "8.0"
},
"source": {
"git": "https://github.com/tuanphung/ReactiveTableView.git",
"tag": "0.1"
},
"source_files": "Source/*.swift",
"requires_arc": true
}