[Add] CastledNotificationService 4.1.3
[CocoaPods.git] / Specs / a / 8 / 1 / Tableable / 0.1.0.1 / Tableable.podspec.json
blob41466956c7ae488fa28ad29c248b36b27170e98b
2   "name": "Tableable",
3   "version": "0.1.0.1",
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 TableViewSectionable instances.",
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.1.0.1"
17   },
18   "social_media_url": "https://twitter.com/hrunar",
19   "platforms": {
20     "ios": "8.0"
21   },
22   "source_files": "Tableable/Classes/**/*"