Skip to content

Commit

Permalink
Bumping minimum deployment target to iOS 9.0 (#18)
Browse files Browse the repository at this point in the history
* Bumping minimum deployment target to iOS 9.0

* Update FlexibleDiff.podspec

Bumping minor version
  • Loading branch information
harleyjcooper authored Feb 10, 2021
1 parent d9e58fe commit a513271
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions FlexibleDiff.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = "FlexibleDiff"
s.version = "0.0.8"
s.version = "0.0.9"
s.summary = "A Swift collection diffing μframework."
s.description = <<-DESC
A Swift collection diffing μframework implementing the O(N) Paul Heckel diff algorithm.
Expand All @@ -9,7 +9,7 @@ Pod::Spec.new do |s|
s.license = { :type => "MIT", :file => "LICENSE.md" }
s.author = "ReactiveCocoa"

s.ios.deployment_target = "8.0"
s.ios.deployment_target = "9.0"
s.osx.deployment_target = "10.9"
s.watchos.deployment_target = "2.0"
s.tvos.deployment_target = "9.0"
Expand Down
4 changes: 2 additions & 2 deletions FlexibleDiff.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -1300,7 +1300,7 @@
buildSettings = {
CODE_SIGN_STYLE = Manual;
CURRENT_PROJECT_VERSION = 1;
IPHONEOS_DEPLOYMENT_TARGET = 8.0;
IPHONEOS_DEPLOYMENT_TARGET = 9.0;
LD_RUNPATH_SEARCH_PATHS = "@loader_path/../Frameworks @loader_path/Frameworks @executable_path/Frameworks @executable_path/../Frameworks";
MACOSX_DEPLOYMENT_TARGET = 10.9;
MTL_ENABLE_DEBUG_INFO = YES;
Expand All @@ -1320,7 +1320,7 @@
buildSettings = {
CODE_SIGN_STYLE = Manual;
CURRENT_PROJECT_VERSION = 1;
IPHONEOS_DEPLOYMENT_TARGET = 8.0;
IPHONEOS_DEPLOYMENT_TARGET = 9.0;
LD_RUNPATH_SEARCH_PATHS = "@loader_path/../Frameworks @loader_path/Frameworks @executable_path/Frameworks @executable_path/../Frameworks";
MACOSX_DEPLOYMENT_TARGET = 10.9;
MTL_ENABLE_DEBUG_INFO = NO;
Expand Down

0 comments on commit a513271

Please sign in to comment.