[Add] DocumentReaderMRZStage 7.5.10959
[CocoaPods.git] / Specs / c / 8 / 2 / RxPageViewController / 0.1.0 / RxPageViewController.podspec.json
blob3d99c583af3b226a26c863e859fd27cfc84f8fde
2   "name": "RxPageViewController",
3   "version": "0.1.0",
4   "summary": "RxSwift reactive wrapper for UIPageViewController",
5   "swift_versions": "5.0",
6   "description": "This API allows the 'UIPageViewController' to be used in an Rx environment.\nIt also provides transition and indicator options when initializing the DataSource.",
7   "homepage": "https://github.com/wonbi92/RxPageViewController",
8   "license": {
9     "type": "MIT",
10     "file": "LICENSE"
11   },
12   "authors": {
13     "wonbi92": "bin9239@gmail.com"
14   },
15   "source": {
16     "git": "https://github.com/wonbi92/RxPageViewController.git",
17     "tag": "0.1.0"
18   },
19   "platforms": {
20     "ios": "13.0"
21   },
22   "source_files": "RxPageViewController/Classes/**/*",
23   "frameworks": "UIKit",
24   "dependencies": {
25     "RxSwift": [
26       "~> 6.0"
27     ],
28     "RxCocoa": [
29       "~> 6.0"
30     ]
31   },
32   "swift_version": "5.0"