[Add] DocumentReaderFullRFIDStage 7.5.10860
[CocoaPods.git] / Specs / f / 4 / 7 / RxDocumentPicker / 0.1.2 / RxDocumentPicker.podspec.json
blob4e8169ef18fe71e1fef64f325b59540b69b652d2
2   "name": "RxDocumentPicker",
3   "version": "0.1.2",
4   "summary": "Reactive extension for UIDocumentMenuViewController and UIDocumentPickerViewController.",
5   "description": "RxDocumentPicker is an RxSwift reactive extension for UIDocumentMenuViewController and UIDocumentPickerViewController.\nRequires Xcode 9.3 with Swift 4.1.",
6   "homepage": "https://github.com/pawelrup/RxDocumentPicker",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "PaweÅ‚ Rup": "pawelrup@lobocode.pl"
13   },
14   "source": {
15     "git": "https://github.com/pawelrup/RxDocumentPicker.git",
16     "tag": "0.1.2"
17   },
18   "platforms": {
19     "ios": "8.0"
20   },
21   "swift_version": "4.1",
22   "source_files": "RxDocumentPicker/Classes/**/*",
23   "pod_target_xcconfig": {
24     "SWIFT_VERSION": "4.1"
25   },
26   "frameworks": "UIKit",
27   "dependencies": {
28     "RxSwift": [
29       "~> 4.3.0"
30     ],
31     "RxCocoa": [
32       "~> 4.3.0"
33     ]
34   }