[Add] RegulaCommonNightly 7.5.939
[CocoaPods.git] / Specs / 5 / c / 6 / RxTableView / 1.0.6 / RxTableView.podspec.json
blob59dd254bb4992031bc7027f6d910eaf79fb231fb
2   "name": "RxTableView",
3   "version": "1.0.6",
4   "summary": "Reactive UITableView",
5   "description": "A reactive implementation of UITableView using RxSwift",
6   "homepage": "https://github.com/devgabrielcoman/RxTableView",
7   "license": {
8     "type": "GNU GENERAL PUBLIC LICENSE Version 2",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "devgabrielcoman": "dev.gabriel.coman@gmail.com"
13   },
14   "source": {
15     "git": "https://github.com/devgabrielcoman/RxTableView.git",
16     "tag": "1.0.6"
17   },
18   "platforms": {
19     "ios": "9.0"
20   },
21   "source_files": "Pod/Classes/**/*",
22   "dependencies": {
23     "RxSwift": [
24       "3.1.0"
25     ],
26     "RxCocoa": [
27       "3.1.0"
28     ]
29   },
30   "pushed_with_swift_version": "3.0"