Skip to content

Commit

Permalink
Merge pull request #24 from pagopa/update-zendesk-sdks
Browse files Browse the repository at this point in the history
build: update zendesk sdks to support iOS 16
  • Loading branch information
CrisTofani authored May 2, 2023
2 parents 6add356 + 31ac3d2 commit 62559dc
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions RNZendeskChat.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -12,15 +12,15 @@ Pod::Spec.new do |s|
s.homepage = package['homepage']
s.source = { git: "https://github.com/Saranshmalik/react-native-zendesk.git" }
s.requires_arc = true
s.platform = :ios, '10.0'
s.platform = :ios, '11.0'

s.preserve_paths = 'LICENSE', 'README.md', 'package.json', 'index.js'
s.source_files = 'ios/*.{h,m}'

s.dependency 'React'
s.dependency 'ZendeskAnswerBotSDK', '~> 2.1.3'
s.dependency 'ZendeskSupportSDK', '~> 5.3.0'
s.dependency 'ZendeskChatSDK', '~> 2.11.1'
s.dependency 'ZendeskMessagingAPISDK', '~> 3.8.2'
s.dependency 'ZendeskAnswerBotSDK', '~> 3.0.0'
s.dependency 'ZendeskSupportSDK', '~> 6.0.0'
s.dependency 'ZendeskChatSDK', '~> 3.0.0'
s.dependency 'ZendeskMessagingAPISDK', '~> 4.0.0'
s.pod_target_xcconfig = { 'EXCLUDED_ARCHS[sdk=iphonesimulator*]' => 'arm64' }
end

0 comments on commit 62559dc

Please sign in to comment.