[Add] AlibabacloudCloudAPI20160714 4.5.1
[CocoaPods.git] / Specs / 5 / c / 6 / RxTableView / 1.0.7 / RxTableView.podspec.json
blob9163262c87bed1b8f8dcbae631198a5d9a1bae72
2   "name": "RxTableView",
3   "version": "1.0.7",
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.7"
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"