We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a6e1071 commit f00f376Copy full SHA for f00f376
TeadsSASAdapter.podspec
@@ -14,7 +14,7 @@ Pod::Spec.new do |s|
14
15
s.source = { :git => 'https://github.com/teads/TeadsSDK-iOS.git', :tag => "#{s.version}" }
16
s.platform = 'ios'
17
- s.ios.deployment_target = '10.0'
+ s.ios.deployment_target = '12.0'
18
s.static_framework = true
19
s.requires_arc = true
20
s.source_files = [ 'MediationAdapters/TeadsSASAdapter/**/*{.swift}', 'MediationAdapters/Common/*{.swift}']
0 commit comments