@@ -11,22 +11,22 @@ Pod::Spec.new do |s|
1111 s . license = package [ "license" ]
1212 s . authors = package [ "author" ]
1313
14- s . platforms = { :ios => '14.0 ' }
14+ s . platforms = { :ios => '15.1 ' }
1515 s . source = { :git => "https://github.com/ionic-team/ionic-portals-react-native.git" , :tag => "#{ s . version } " }
1616
1717 s . source_files = "ios/**/*.{h,m,mm,swift}"
1818
1919 # Use install_modules_dependencies helper to install the dependencies if React Native version >=0.71.0.
2020 # See https://github.com/facebook/react-native/blob/febf6b7f33fdb4904669f99d795eba4c0f95d7bf/scripts/cocoapods/new_architecture.rb#L79.
2121 if respond_to? ( :install_modules_dependencies , true )
22- s . dependency 'IonicPortals' , '~> 0.12 .0'
23- s . dependency 'IonicLiveUpdates' , '~> 0.5.6 '
22+ s . dependency 'IonicPortals' , '~> 0.13 .0'
23+ s . dependency 'IonicLiveUpdates' , '~> 0.5.7 '
2424 install_modules_dependencies ( s )
2525
2626 else
2727 s . dependency "React-Core"
28- s . dependency 'IonicPortals' , '~> 0.12 .0'
29- s . dependency 'IonicLiveUpdates' , '~> 0.5.6 '
28+ s . dependency 'IonicPortals' , '~> 0.13 .0'
29+ s . dependency 'IonicLiveUpdates' , '~> 0.5.7 '
3030
3131 # Don't install the dependencies when we run `pod install` in the old architecture.
3232 if ENV [ 'RCT_NEW_ARCH_ENABLED' ] == '1' then
0 commit comments