Skip to content

Commit

Permalink
bump min versions for Xcode 14.3
Browse files Browse the repository at this point in the history
  • Loading branch information
igor-makarov committed Sep 21, 2023
1 parent 4da1c2b commit af7a438
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Podfile
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ abstract_target 'Common' do
pod 'ReactiveObjC'
pod 'RxReactiveObjC', path: './', testspecs: ['CoreTests'], inhibit_warnings: false
target 'RxReactiveObjCSample' do
platform :ios, '9.0'
platform :ios, '11.0'
pod 'SwiftLint'
end
end
6 changes: 3 additions & 3 deletions RxReactiveObjC.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -26,9 +26,9 @@ Pod::Spec.new do |s|

s.platform = :ios, :osx, :watchos
s.swift_versions = %w[5.0 5.1]
s.ios.deployment_target = '9.0'
s.watchos.deployment_target = '3.0'
s.osx.deployment_target = '10.10'
s.ios.deployment_target = '11.0'
s.watchos.deployment_target = '4.0'
s.osx.deployment_target = '10.13'

s.subspec 'Core' do |sp|
sp.source_files = 'Sources/Core/**/*.swift'
Expand Down

0 comments on commit af7a438

Please sign in to comment.