blob: 2cfd5f37176b9c38e3486590b83d1995c68fce03 [file] [log] [blame]
{
"name": "RxDocumentPicker",
"version": "0.1.4",
"summary": "Reactive extension for UIDocumentMenuViewController and UIDocumentPickerViewController.",
"description": "RxDocumentPicker is an RxSwift reactive extension for UIDocumentMenuViewController and UIDocumentPickerViewController.\nRequires Xcode 10 with Swift 4.2.",
"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.4"
},
"platforms": {
"ios": "8.0"
},
"swift_version": "4.2",
"source_files": "RxDocumentPicker/Classes/**/*",
"pod_target_xcconfig": {
"SWIFT_VERSION": "4.2"
},
"frameworks": "UIKit",
"dependencies": {
"RxSwift": [
"~> 4.4.0"
],
"RxCocoa": [
"~> 4.4.0"
]
}
}