[Add] AlibabacloudAgency20221216 1.7.0
[CocoaPods.git] / Specs / 5 / 7 / a / ReactiveTableView / 0.1 / ReactiveTableView.podspec.json
blobbec92db39e3dd67e8b9aaa0043b474f73880a770
2   "name": "ReactiveTableView",
3   "version": "0.1",
4   "summary": "Simply the way to display multiple cell types on TableView.",
5   "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.",
6   "homepage": "https://github.com/tuanphung/ReactiveTableView",
7   "license": "MIT",
8   "authors": {
9     "Tuan Phung": "tuanphunglk@gmail.com"
10   },
11   "social_media_url": "https://twitter.com/tuanphunglk",
12   "platforms": {
13     "ios": "8.0"
14   },
15   "source": {
16     "git": "https://github.com/tuanphung/ReactiveTableView.git",
17     "tag": "0.1"
18   },
19   "source_files": "Source/*.swift",
20   "requires_arc": true