-
Notifications
You must be signed in to change notification settings - Fork 66
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
11 changed files
with
38 additions
and
38 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 |
---|---|---|
@@ -1,14 +1,14 @@ | ||
Pod::Spec.new do |s| | ||
s.name = 'AmazonChimeSDK-Bitcode' | ||
s.version = '0.22.4' | ||
s.version = '0.22.5' | ||
s.summary = 'Amazon Chime SDK for iOS with Bitcode support.' | ||
s.description = 'An iOS client library for integrating multi-party communications powered by the Amazon Chime service.' | ||
s.homepage = 'https://github.com/aws/amazon-chime-sdk-ios' | ||
s.license = 'Apache License, Version 2.0' | ||
s.author = { 'Amazon Web Services' => 'amazonwebservices' } | ||
s.source = { :http => "https://amazon-chime-sdk-ios.s3.amazonaws.com/sdk/0.22.4/AmazonChimeSDK-0.22.4.tar.gz" } | ||
s.source = { :http => "https://amazon-chime-sdk-ios.s3.amazonaws.com/sdk/0.22.5/AmazonChimeSDK-0.22.5.tar.gz" } | ||
s.ios.deployment_target = '10.0' | ||
s.vendored_frameworks = "AmazonChimeSDK.xcframework" | ||
s.swift_version = '5.0' | ||
s.dependency 'AmazonChimeSDKMedia-Bitcode', '~> 0.17.8' | ||
s.dependency 'AmazonChimeSDKMedia-Bitcode', '~> 0.17.9' | ||
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,14 +1,14 @@ | ||
Pod::Spec.new do |s| | ||
s.name = 'AmazonChimeSDK-No-Bitcode' | ||
s.version = '0.22.4' | ||
s.version = '0.22.5' | ||
s.summary = 'Amazon Chime SDK for iOS without Bitcode support' | ||
s.description = 'An iOS client library for integrating multi-party communications powered by the Amazon Chime service.' | ||
s.homepage = 'https://github.com/aws/amazon-chime-sdk-ios' | ||
s.license = 'Apache License, Version 2.0' | ||
s.author = { 'Amazon Web Services' => 'amazonwebservices' } | ||
s.source = { :http => "https://amazon-chime-sdk-ios.s3.amazonaws.com/sdk-without-bitcode/0.22.4/AmazonChimeSDK-0.22.4.tar.gz" } | ||
s.source = { :http => "https://amazon-chime-sdk-ios.s3.amazonaws.com/sdk-without-bitcode/0.22.5/AmazonChimeSDK-0.22.5.tar.gz" } | ||
s.ios.deployment_target = '10.0' | ||
s.vendored_frameworks = "AmazonChimeSDK.xcframework" | ||
s.swift_version = '5.0' | ||
s.dependency 'AmazonChimeSDKMedia-No-Bitcode', '~> 0.17.8' | ||
s.dependency 'AmazonChimeSDKMedia-No-Bitcode', '~> 0.17.9' | ||
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
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
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