-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update Dependencies and increment minor version
- Loading branch information
1 parent
3c1de9c
commit 8a98b62
Showing
5 changed files
with
14 additions
and
11 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
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
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 |
---|---|---|
|
@@ -4,15 +4,15 @@ | |
# | ||
Pod::Spec.new do |s| | ||
s.name = 'didomi_sdk' | ||
s.version = '2.4.0' | ||
s.version = '2.5.0' | ||
s.summary = 'Didomi CMP Plugin.' | ||
s.homepage = 'https://github.com/didomi/flutter' | ||
s.license = { :type => 'BSD', :file => '../LICENSE' } | ||
s.author = { 'Didomi ' => '[email protected]' } | ||
s.source = { :path => '[email protected]:didomi/flutter.git', :tag => '2.4.0' } | ||
s.source = { :path => '[email protected]:didomi/flutter.git', :tag => '2.5.0' } | ||
s.source_files = 'Classes/**/*' | ||
s.dependency 'Flutter' | ||
s.dependency 'Didomi-XCFramework', '2.8.0' | ||
s.dependency 'Didomi-XCFramework', '2.9.2' | ||
s.platform = :ios, '9.0' | ||
|
||
# Flutter.framework does not contain a i386 slice. | ||
|
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