Skip to content

Commit

Permalink
upgraded deployment target (#2728)
Browse files Browse the repository at this point in the history
  • Loading branch information
ppuviarasu authored Feb 26, 2021
1 parent 49e96f4 commit 7a354c7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion prebid-mobile/pbm-api/ios/code-integration-ios.md
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand Down

0 comments on commit 7a354c7

Please sign in to comment.