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