Skip to content

Commit a513271

Browse files
Bumping minimum deployment target to iOS 9.0 (#18)
* Bumping minimum deployment target to iOS 9.0 * Update FlexibleDiff.podspec Bumping minor version
1 parent d9e58fe commit a513271

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

FlexibleDiff.podspec

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Pod::Spec.new do |s|
22
s.name = "FlexibleDiff"
3-
s.version = "0.0.8"
3+
s.version = "0.0.9"
44
s.summary = "A Swift collection diffing μframework."
55
s.description = <<-DESC
66
A Swift collection diffing μframework implementing the O(N) Paul Heckel diff algorithm.
@@ -9,7 +9,7 @@ Pod::Spec.new do |s|
99
s.license = { :type => "MIT", :file => "LICENSE.md" }
1010
s.author = "ReactiveCocoa"
1111

12-
s.ios.deployment_target = "8.0"
12+
s.ios.deployment_target = "9.0"
1313
s.osx.deployment_target = "10.9"
1414
s.watchos.deployment_target = "2.0"
1515
s.tvos.deployment_target = "9.0"

FlexibleDiff.xcodeproj/project.pbxproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1300,7 +1300,7 @@
13001300
buildSettings = {
13011301
CODE_SIGN_STYLE = Manual;
13021302
CURRENT_PROJECT_VERSION = 1;
1303-
IPHONEOS_DEPLOYMENT_TARGET = 8.0;
1303+
IPHONEOS_DEPLOYMENT_TARGET = 9.0;
13041304
LD_RUNPATH_SEARCH_PATHS = "@loader_path/../Frameworks @loader_path/Frameworks @executable_path/Frameworks @executable_path/../Frameworks";
13051305
MACOSX_DEPLOYMENT_TARGET = 10.9;
13061306
MTL_ENABLE_DEBUG_INFO = YES;
@@ -1320,7 +1320,7 @@
13201320
buildSettings = {
13211321
CODE_SIGN_STYLE = Manual;
13221322
CURRENT_PROJECT_VERSION = 1;
1323-
IPHONEOS_DEPLOYMENT_TARGET = 8.0;
1323+
IPHONEOS_DEPLOYMENT_TARGET = 9.0;
13241324
LD_RUNPATH_SEARCH_PATHS = "@loader_path/../Frameworks @loader_path/Frameworks @executable_path/Frameworks @executable_path/../Frameworks";
13251325
MACOSX_DEPLOYMENT_TARGET = 10.9;
13261326
MTL_ENABLE_DEBUG_INFO = NO;

0 commit comments

Comments
 (0)