Skip to content

Commit

Permalink
Prepare for release 1.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
mrajatttt committed Dec 12, 2024
1 parent 39eb8a5 commit 9625091
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions AmazonConnectChatIOS.podspec
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
Pod::Spec.new do |spec|
spec.name = 'AmazonConnectChatIOS'
spec.version = '1.0.2'
spec.version = '1.0.3'
spec.license = { :type => 'Apache License, Version 2.0', :file => "LICENSE" }
spec.homepage = 'https://github.com/amazon-connect/amazon-connect-chat-ios'
spec.authors = { 'Michael Liao' => '[email protected]', 'Rajat Mittal' => '[email protected]' }
spec.summary = 'Amazon Connect Chat SDK for iOS ...'
spec.source = { :git => 'https://github.com/amazon-connect/amazon-connect-chat-ios', :tag => 'v1.0.2' }
spec.source = { :git => 'https://github.com/amazon-connect/amazon-connect-chat-ios', :tag => 'v1.0.3' }
spec.platform = :ios, '15.0'
spec.source_files = "Sources/Core/**/*.{swift}"
spec.dependency 'AWSConnectParticipant'
Expand Down

0 comments on commit 9625091

Please sign in to comment.