Skip to content

Commit

Permalink
Fix podspec RxSwift version issue
Browse files Browse the repository at this point in the history
  • Loading branch information
tokijh committed Jan 9, 2019
1 parent 87c6e58 commit be576d0
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions RxSwiftExtensions.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = "RxSwiftExtensions"
s.version = "1.2.2"
s.version = "1.2.3"
s.summary = "Frequently used extensoins in RxSwift"
s.homepage = "https://github.com/tokijh/RxSwiftExtensions"
s.license = { :type => "MIT", :file => "LICENSE" }
Expand All @@ -10,9 +10,9 @@ Pod::Spec.new do |s|
s.swift_version = '4.2'
s.source_files = "RxSwiftExtensions/**/*.swift"
s.frameworks = "Foundation"
s.dependency "RxSwift", ">= 4.3"
s.dependency "RxCocoa", ">= 4.3"
s.dependency "RxOptional", ">= 3.5"
s.dependency "RxSwift", "~> 4.3"
s.dependency "RxCocoa", "~> 4.3"
s.dependency "RxOptional", "~> 3.5"
s.dependency "RxViewController"

s.ios.deployment_target = "8.0"
Expand Down

0 comments on commit be576d0

Please sign in to comment.