blob: 48d0d26841d198208c5bd234048e2b26f7d65ae2 [file] [log] [blame]
{
"name": "RxDocumentPicker",
"version": "0.2.0",
"summary": "Reactive extension for UIDocumentMenuViewController and UIDocumentPickerViewController.",
"description": "RxDocumentPicker is an RxSwift reactive extension for UIDocumentMenuViewController and UIDocumentPickerViewController.\nRequires Xcode 12 with Swift 5.3.",
"homepage": "https://github.com/pawelrup/RxDocumentPicker",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Paweł Rup": "pawelrup@lobocode.pl"
},
"source": {
"git": "https://github.com/pawelrup/RxDocumentPicker.git",
"tag": "0.2.0"
},
"platforms": {
"ios": "8.0"
},
"swift_versions": "5.3",
"source_files": "Sources/RxDocumentPicker/**/*",
"frameworks": "UIKit",
"dependencies": {
"RxSwift": [
],
"RxCocoa": [
]
},
"swift_version": "5.3"
}