From 478003eed040a82d839cc601e9d48601c6018540 Mon Sep 17 00:00:00 2001 From: mobileSDK Date: Fri, 26 Feb 2021 13:28:16 -0500 Subject: [PATCH] upgraded deployment target --- prebid-mobile/pbm-api/ios/code-integration-ios.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/prebid-mobile/pbm-api/ios/code-integration-ios.md b/prebid-mobile/pbm-api/ios/code-integration-ios.md index c9096022b8..a817247d97 100644 --- a/prebid-mobile/pbm-api/ios/code-integration-ios.md +++ b/prebid-mobile/pbm-api/ios/code-integration-ios.md @@ -21,7 +21,7 @@ Get started with Prebid Mobile by creating a [Prebid Server account]({{site.gith If you are not familar with using Cocoapods for dependency management visit their [getting started page](https://guides.cocoapods.org/using/getting-started.html). Once you have your `podfile` setup, include the following: ``` -platform :ios, '9.0' +platform :ios, '10.0' target 'MyAmazingApp' do pod 'PrebidMobile'