Skip to content

Commit

Permalink
Bumping version to 1.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
cruisediary committed Oct 6, 2018
1 parent ce0953c commit 2dd56bd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions RxMediaPicker.podspec
Original file line number Diff line number Diff line change
@@ -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" }
Expand All @@ -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

0 comments on commit 2dd56bd

Please sign in to comment.