Updates podspec to use only PhotoGallery from DKImagePickerController

This commit is contained in:
Miguel Ruivo 2020-04-29 23:52:50 +01:00
parent 43a27cd117
commit 29c95c6b27
3 changed files with 5 additions and 2 deletions

View File

@ -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.

View File

@ -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

View File

@ -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: