[Add] scandit-datacapture-frameworks-text 6.28.2
[CocoaPods.git] / Specs / a / 8 / 1 / Tableable / 0.2.0.0 / Tableable.podspec.json
blob9e8e1fc9070bc9c0081d6ad1e8a6b9f201122536
2   "name": "Tableable",
3   "version": "0.2.0.0",
4   "summary": "Compose a UITableView data source out of separate Section data sources.",
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.2.0.0"
17   },
18   "social_media_url": "https://twitter.com/hrunar",
19   "platforms": {
20     "ios": "8.0"
21   },
22   "source_files": "Tableable/Classes/**/*"