Skip to content

Commit

Permalink
fix min deployment target
Browse files Browse the repository at this point in the history
  • Loading branch information
elneruda committed Jul 30, 2020
1 parent f137c30 commit 02921b7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion MoPub-Teads-Adapters.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ Pod::Spec.new do |s|

s.source = { :git => 'https://github.com/teads/TeadsSDK-adapter-mopub-ios.git', :tag => "v#{s.version}"}
s.platform = 'ios'
s.ios.deployment_target = '9.0'
s.ios.deployment_target = '10.0'
s.static_framework = true
s.requires_arc = true
s.source_files = 'TeadsMoPubAdapter/**/*{.swift}'
Expand Down

0 comments on commit 02921b7

Please sign in to comment.