-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
BREAKING CHANGE This update bumps the major version of Capacitor and may break existing applications
- Loading branch information
1 parent
f1fb56f
commit 4237831
Showing
3 changed files
with
4 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -9,7 +9,7 @@ Pod::Spec.new do |s| | |
s.authors = { 'Ionic Team' => '[email protected]' } | ||
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', '~> 3.7' | ||
s.dependency 'Capacitor', '~> 4.4' | ||
s.dependency 'IonicLiveUpdates', '>= 0.1.2', '< 0.3.0' | ||
s.swift_version = '5.4' | ||
end |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters