[Add] OpenWeb3Lib 1.0.4-swift6.0
[CocoaPods.git] / Specs / a / 8 / 1 / Tableable / 0.3.0.0 / Tableable.podspec.json
blob9d7ddaf5252f75824051a696daf916820947860c
2   "name": "Tableable",
3   "version": "0.3.0.0",
4   "summary": "Compose a UITableView data source out of separate Section data sources. Built with Swift 3. Newest available Swift 2.3 version is 0.2.0.0.",
5   "description": "Tableable is a replacement for UITableViewDataSource / UITableViewDelegate. It lets you compose a tableview out of self-contained sections (implementing TableViewSectionable).\nPerfect, for instance if the number of sections is calculated dynamically.",
6   "homepage": "https://github.com/hrunar/Tableable",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Runar Svendsen": "runar.svendsen@gmail.com"
13   },
14   "source": {
15     "git": "https://github.com/hrunar/Tableable.git",
16     "tag": "0.3.0.0"
17   },
18   "platforms": {
19     "ios": "8.0"
20   },
21   "source_files": "Tableable/Classes/**/*"