[Add] AlibabacloudBPStudio20210931 4.0.4
[CocoaPods.git] / Specs / e / 3 / 2 / RxListDataSource / 1.1.0 / RxListDataSource.podspec.json
blobc8f58a68f895a07d463d995af8d984dae0f46f98
2   "name": "RxListDataSource",
3   "version": "1.1.0",
4   "summary": "Provides data sources for UITableView or UICollectionView.",
5   "description": "TODO: Provides data sources for UITableView or UICollectionView.",
6   "homepage": "https://github.com/itenfay/RxListDataSource",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Tenfay": "itenfay@163.com"
13   },
14   "source": {
15     "git": "https://github.com/itenfay/RxListDataSource.git",
16     "tag": "1.1.0"
17   },
18   "platforms": {
19     "ios": "11.0",
20     "tvos": "11.0"
21   },
22   "swift_versions": "5.0",
23   "requires_arc": true,
24   "source_files": "RxListDataSource/Classes/*.{swift}",
25   "dependencies": {
26     "RxSwift": [
27       "~> 6.6.0"
28     ],
29     "RxCocoa": [
30       "~> 6.6.0"
31     ],
32     "RxDataSources": [
33       "~> 5.0.0"
34     ]
35   },
36   "swift_version": "5.0"