diff --git a/RxMediaPicker.podspec b/RxMediaPicker.podspec index 24e5215..574c815 100644 --- a/RxMediaPicker.podspec +++ b/RxMediaPicker.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |s| s.name = "RxMediaPicker" - s.version = "1.1.0" + s.version = "1.2.0" s.summary = "A reactive wrapper built around UIImagePickerController." s.homepage = "https://github.com/RxSwiftCommunity/RxMediaPicker" s.license = { :type => "MIT", :file => "LICENSE" } @@ -9,5 +9,5 @@ Pod::Spec.new do |s| s.source = { :git => 'https://github.com/RxSwiftCommunity/RxMediaPicker.git', :tag => s.version } s.source_files = "RxMediaPicker/*.swift" s.requires_arc = true - s.dependency 'RxSwift', '~> 4.3' + s.dependency 'RxSwift', '~> 4.3.1' end