File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 1
1
Pod ::Spec . new do |s |
2
2
s . name = "FlexibleDiff"
3
- s . version = "0.0.8 "
3
+ s . version = "0.0.9 "
4
4
s . summary = "A Swift collection diffing μframework."
5
5
s . description = <<-DESC
6
6
A Swift collection diffing μframework implementing the O(N) Paul Heckel diff algorithm.
@@ -9,7 +9,7 @@ Pod::Spec.new do |s|
9
9
s . license = { :type => "MIT" , :file => "LICENSE.md" }
10
10
s . author = "ReactiveCocoa"
11
11
12
- s . ios . deployment_target = "8 .0"
12
+ s . ios . deployment_target = "9 .0"
13
13
s . osx . deployment_target = "10.9"
14
14
s . watchos . deployment_target = "2.0"
15
15
s . tvos . deployment_target = "9.0"
Original file line number Diff line number Diff line change 1300
1300
buildSettings = {
1301
1301
CODE_SIGN_STYLE = Manual;
1302
1302
CURRENT_PROJECT_VERSION = 1;
1303
- IPHONEOS_DEPLOYMENT_TARGET = 8 .0;
1303
+ IPHONEOS_DEPLOYMENT_TARGET = 9 .0;
1304
1304
LD_RUNPATH_SEARCH_PATHS = "@loader_path/../Frameworks @loader_path/Frameworks @executable_path/Frameworks @executable_path/../Frameworks";
1305
1305
MACOSX_DEPLOYMENT_TARGET = 10.9;
1306
1306
MTL_ENABLE_DEBUG_INFO = YES;
1320
1320
buildSettings = {
1321
1321
CODE_SIGN_STYLE = Manual;
1322
1322
CURRENT_PROJECT_VERSION = 1;
1323
- IPHONEOS_DEPLOYMENT_TARGET = 8 .0;
1323
+ IPHONEOS_DEPLOYMENT_TARGET = 9 .0;
1324
1324
LD_RUNPATH_SEARCH_PATHS = "@loader_path/../Frameworks @loader_path/Frameworks @executable_path/Frameworks @executable_path/../Frameworks";
1325
1325
MACOSX_DEPLOYMENT_TARGET = 10.9;
1326
1326
MTL_ENABLE_DEBUG_INFO = NO;
You can’t perform that action at this time.
0 commit comments