forked from mqzkim/mapper
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Bump iOS minimum deployment target (lyft#169)
With Xcode 12 the minimum supported version is iOS 9 and it produces a warning if you're lower than that.
- Loading branch information
Showing
2 changed files
with
3 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -5,7 +5,7 @@ Pod::Spec.new do |s| | |
s.homepage = "https://github.com/lyft/mapper" | ||
s.license = "Apache License, Version 2.0" | ||
s.author = { "Keith Smiley" => "[email protected]" } | ||
s.ios.deployment_target = "8.0" | ||
s.ios.deployment_target = "9.0" | ||
s.osx.deployment_target = "10.10" | ||
s.tvos.deployment_target = "9.0" | ||
s.watchos.deployment_target = "2.0" | ||
|