diff --git a/source/ios/tools/AdaptiveCards.podspec b/source/ios/tools/AdaptiveCards.podspec index f74ca799b..458f9393c 100644 --- a/source/ios/tools/AdaptiveCards.podspec +++ b/source/ios/tools/AdaptiveCards.podspec @@ -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' } @@ -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/adaptivecards-ios@2.9.6' } + spec.source = { :git => 'https://github.com/microsoft/AdaptiveCards-Mobile.git', :tag => 'iOS/adaptivecards-ios@2.9.7' } spec.default_subspecs = 'AdaptiveCardsCore', 'AdaptiveCardsPrivate', 'ObjectModel', 'UIProviders'