[Add] AlibabacloudMse20190531 6.13.0
[CocoaPods.git] / Specs / 4 / 2 / 1 / RxDataSourcesSingleSection / 0.1 / RxDataSourcesSingleSection.podspec.json
blob21e75484979a8a8f9db4257c946d4bcc03bdc77a
2   "name": "RxDataSourcesSingleSection",
3   "version": "0.1",
4   "summary": "SingleSection extensions for RxDataSources.",
5   "description": "This library provides simple extensions to create a table view or collection view which contains only a single section, with the RxDataSources library.",
6   "homepage": "https://github.com/lm2343635/RxDataSourcesSingleSection",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "lm2343635": "lm2343635@126.com"
13   },
14   "source": {
15     "git": "https://github.com/lm2343635/RxDataSourcesSingleSection.git",
16     "tag": "0.1"
17   },
18   "platforms": {
19     "ios": "9.0"
20   },
21   "swift_versions": "5.0",
22   "source_files": "RxDataSourcesSingleSection/Classes/**/*",
23   "dependencies": {
24     "RxSwift": [
25       "~> 5"
26     ],
27     "RxCocoa": [
28       "~> 5"
29     ],
30     "RxDataSources": [
31       "~> 4"
32     ],
33     "Reusable": [
34       "~> 4"
35     ]
36   },
37   "swift_version": "5.0"