Skip to content

Commit

Permalink
fix: Update IonicLiveUpdates minimum version to 0.5.0 in podspec
Browse files Browse the repository at this point in the history
  • Loading branch information
Steven0351 committed Feb 8, 2024
1 parent bc4f2ed commit 55dc1aa
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions IonicPortals.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,6 @@ Pod::Spec.new do |s|
s.source = { git: 'https://github.com/ionic-team/ionic-portals-ios.git', tag: s.version.to_s }
s.source_files = 'Sources/IonicPortals/*.swift'
s.dependency 'Capacitor', '~> 5.0'
s.dependency 'IonicLiveUpdates', '>= 0.1.2', '< 0.5.0'
s.swift_version = '5.4'
s.dependency 'IonicLiveUpdates', '>= 0.5.0', '< 0.6.0'
s.swift_version = '5.7'
end

0 comments on commit 55dc1aa

Please sign in to comment.