[Add] DemoTestFramework 1.0.6
[CocoaPods.git] / Specs / a / 8 / 7 / RxDataSourcesExt / 0.1.0 / RxDataSourcesExt.podspec.json
blob2dac9addac52c283e8c42e0578bb6ba03b02b5fc
2   "name": "RxDataSourcesExt",
3   "version": "0.1.0",
4   "summary": "Useful extension for RxDataSources",
5   "description": "TODO: Add long description of the pod here.",
6   "homepage": "https://github.com/MasterWatcher/RxDataSourcesExt",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "MasterWatcher": "antongoncharov4@gmail.com"
13   },
14   "source": {
15     "git": "https://github.com/MasterWatcher/RxDataSourcesExt.git",
16     "tag": "0.1.0"
17   },
18   "platforms": {
19     "ios": "11.0"
20   },
21   "source_files": "RxDataSourcesExt/Classes/**/*",
22   "dependencies": {
23     "RxDataSources": [
24       "~> 3.0"
25     ],
26     "RxSwift": [
27       "~> 4.0"
28     ]
29   }