blob: b63d8807d1adb96119ecdd367b2c9c94217299ad [file] [log] [blame]
{
"name": "RxDocumentPicker",
"version": "0.1.3",
"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.3"
},
"platforms": {
"ios": "8.0"
},
"swift_version": "4.2",
"source_files": "RxDocumentPicker/Classes/**/*",
"pod_target_xcconfig": {
"SWIFT_VERSION": "4.2"
},
"frameworks": "UIKit",
"dependencies": {
"RxSwift": [
"~> 4.3.0"
],
"RxCocoa": [
"~> 4.3.0"
]
}
}