Skip to content

Commit 1e65617

Browse files
Change pod compatibility back to iOS 9
1 parent 30dbb50 commit 1e65617

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

TeadsSDK.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ s.description = <<-DESC
88
Teads allows you to integrate a single SDK into your app, and serve premium branded ads from Teads' SSP.
99
DESC
1010

11-
s.ios.deployment_target = "10.0"
11+
s.ios.deployment_target = "9.0"
1212

1313
s.homepage = "https://github.com/teads/TeadsSDK-iOS"
1414
s.license = "Apache 2.0"

TeadsSDKPrevious.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ s.description = <<-DESC
88
Teads allows you to integrate a single SDK into your app, and serve premium branded ads from Teads' SSP.
99
DESC
1010

11-
s.ios.deployment_target = "10.0"
11+
s.ios.deployment_target = "9.0"
1212

1313
s.homepage = "https://github.com/teads/TeadsSDK-iOS"
1414
s.license = "Apache 2.0"

0 commit comments

Comments
 (0)