Skip to content

Commit

Permalink
project: bump podspec deps
Browse files Browse the repository at this point in the history
  • Loading branch information
twittemb committed Jul 27, 2020
1 parent aef71f2 commit e5f3397
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion SpinCombine.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,6 @@ Spin is a tool to build feedback loops within a Swift based application allowing

s.source_files = 'Sources/Combine/*.swift'

s.dependency 'SpinCommon', '>= 0.16.1'
s.dependency 'SpinCommon', '>= 0.17.0'

end
2 changes: 1 addition & 1 deletion SpinReactiveSwift.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,6 @@ Spin is a tool to build feedback loops within a Swift based application allowing
s.source_files = 'Sources/ReactiveSwift/*.swift'

s.dependency 'ReactiveSwift', '>= 6.2.1'
s.dependency 'SpinCommon', '>= 0.16.1'
s.dependency 'SpinCommon', '>= 0.17.0'

end
2 changes: 1 addition & 1 deletion SpinRxSwift.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,6 @@ Spin is a tool to build feedback loops within a Swift based application allowing

s.dependency 'RxSwift', '>= 5.1.0'
s.dependency 'RxRelay', '>= 5.1.0'
s.dependency 'SpinCommon', '>= 0.16.1'
s.dependency 'SpinCommon', '>= 0.17.0'

end

0 comments on commit e5f3397

Please sign in to comment.