blob: 44f1662b40f28be8c618384792de2fe1b0dd7247 [file] [log] [blame]
{
"name": "RxDocumentPicker",
"version": "0.1.5",
"summary": "Reactive extension for UIDocumentMenuViewController and UIDocumentPickerViewController.",
"description": "RxDocumentPicker is an RxSwift reactive extension for UIDocumentMenuViewController and UIDocumentPickerViewController.\nRequires Xcode 10.2 with Swift 5.0.",
"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.1.5"
},
"platforms": {
"ios": "8.0"
},
"swift_versions": "5.0",
"source_files": "RxDocumentPicker/Classes/**/*",
"pod_target_xcconfig": {
"SWIFT_VERSION": "5.0"
},
"frameworks": "UIKit",
"dependencies": {
"RxSwift": [
"~> 4.5.0"
],
"RxCocoa": [
"~> 4.5.0"
]
}
}