From 29c95c6b27d8be80c49312ec1753bfc16d0a46d6 Mon Sep 17 00:00:00 2001 From: Miguel Ruivo Date: Wed, 29 Apr 2020 23:52:50 +0100 Subject: [PATCH] Updates podspec to use only PhotoGallery from DKImagePickerController --- CHANGELOG.md | 3 +++ ios/file_picker.podspec | 2 +- pubspec.yaml | 2 +- 3 files changed, 5 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index bfe7162..d2c7fd5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,6 @@ +## 1.8.0+2 +Updates podspec to use only PhotoGallery from DKImagePickerController (thanks @jamesdixon!) + ## 1.8.0+1 Minor fix on `getFile()` method — should affect only those on 1.8.0. diff --git a/ios/file_picker.podspec b/ios/file_picker.podspec index d1acda3..a0f7013 100644 --- a/ios/file_picker.podspec +++ b/ios/file_picker.podspec @@ -15,7 +15,7 @@ A new flutter plugin project. s.source_files = 'Classes/**/*' s.public_header_files = 'Classes/**/*.h' s.dependency 'Flutter' - s.dependency 'DKImagePickerController' + s.dependency 'DKImagePickerController/PhotoGallery' s.ios.deployment_target = '8.0' end diff --git a/pubspec.yaml b/pubspec.yaml index c26ee40..521ec13 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,7 +1,7 @@ name: file_picker description: A package that allows you to use a native file explorer to pick single or multiple absolute file paths, with extension filtering support. homepage: https://github.com/miguelpruivo/plugins_flutter_file_picker -version: 1.8.0+1 +version: 1.8.0+2 dependencies: flutter: