Skip to content

Commit

Permalink
Merge pull request #131 from microsoft/gabrielme/2.9.7-upgrade
Browse files Browse the repository at this point in the history
[iOS] - Upgrade to 2.9.7.
  • Loading branch information
GabrielMedAlv authored May 3, 2024
2 parents f218b07 + 1f673f2 commit 4927040
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions source/ios/tools/AdaptiveCards.podspec
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Pod::Spec.new do |spec|
spec.name = 'AdaptiveCards'

spec.version = '2.9.6'
spec.version = '2.9.7'

spec.license = { :type => 'Adaptive Cards Binary EULA', :file => 'source/EULA-Non-Windows.txt' }

Expand All @@ -11,7 +11,7 @@ Pod::Spec.new do |spec|

spec.summary = 'Adaptive Cards are a new way for developers to exchange card content in a common and consistent way'

spec.source = { :git => 'https://github.com/microsoft/AdaptiveCards-Mobile.git', :tag => 'iOS/[email protected].6' }
spec.source = { :git => 'https://github.com/microsoft/AdaptiveCards-Mobile.git', :tag => 'iOS/[email protected].7' }

spec.default_subspecs = 'AdaptiveCardsCore', 'AdaptiveCardsPrivate', 'ObjectModel', 'UIProviders'

Expand Down

0 comments on commit 4927040

Please sign in to comment.