Skip to content

Commit 075af2a

Browse files
authored
Merge pull request #78 from layoutBox/ios_deployment_target_8
Update the Podspec minimum iOS platform to 8.0
2 parents cb86e1c + bda52e4 commit 075af2a

File tree

3 files changed

+8
-14
lines changed

3 files changed

+8
-14
lines changed

Example/FlexLayoutSample.xcodeproj/project.pbxproj

+2-2
Original file line numberDiff line numberDiff line change
@@ -556,7 +556,7 @@
556556
GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
557557
GCC_WARN_UNUSED_FUNCTION = YES;
558558
GCC_WARN_UNUSED_VARIABLE = YES;
559-
IPHONEOS_DEPLOYMENT_TARGET = 9.0;
559+
IPHONEOS_DEPLOYMENT_TARGET = 8.0;
560560
MTL_ENABLE_DEBUG_INFO = YES;
561561
ONLY_ACTIVE_ARCH = YES;
562562
SDKROOT = iphoneos;
@@ -600,7 +600,7 @@
600600
GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
601601
GCC_WARN_UNUSED_FUNCTION = YES;
602602
GCC_WARN_UNUSED_VARIABLE = YES;
603-
IPHONEOS_DEPLOYMENT_TARGET = 9.0;
603+
IPHONEOS_DEPLOYMENT_TARGET = 8.0;
604604
MTL_ENABLE_DEBUG_INFO = NO;
605605
SDKROOT = iphoneos;
606606
SWIFT_OPTIMIZATION_LEVEL = "-Owholemodule";

FlexLayout.podspec

+4-10
Original file line numberDiff line numberDiff line change
@@ -1,23 +1,17 @@
11

22
Pod::Spec.new do |spec|
33
spec.name = "FlexLayout"
4-
spec.version = "1.3.5"
4+
spec.version = "1.3.6"
55
spec.summary = "FlexLayout"
6-
76
spec.homepage = "https://github.com/lucdion/FlexLayout.git"
87
spec.license = "BSD 3-clause"
8+
spec.author = { "Luc Dion" => "[email protected]" }
99

10-
spec.author = {
11-
"Luc Dion" => "[email protected]"
12-
}
13-
14-
spec.platform = :ios, "9.0"
15-
10+
spec.platform = :ios, "8.0"
1611
spec.source = { :git => "https://github.com/lucdion/FlexLayout.git", :tag => "#{spec.version}" }
17-
spec.source_files = "Sources/**/*.{swift,h,m,mm,cpp,c}"
12+
spec.source_files = "Sources/**/*.{swift,h,m,mm,cpp,c}"
1813
spec.public_header_files = "Sources/yoga/{Yoga,YGEnums,YGMacros}.h", "Sources/YogaKit/{UIView+Yoga,YGLayout}.h"
1914

20-
2115
# Should match yoga_defs.bzl + BUCK configuration
2216
spec.compiler_flags = [
2317
'-fno-omit-frame-pointer',

Podfile.lock

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
PODS:
2-
- FlexLayout (1.3.5)
2+
- FlexLayout (1.3.6)
33
- Nimble (7.0.3)
44
- PinLayout (1.6.0)
55
- Quick (1.2.0)
@@ -27,7 +27,7 @@ EXTERNAL SOURCES:
2727
:path: "./"
2828

2929
SPEC CHECKSUMS:
30-
FlexLayout: f201d829cc720412fa7bbb0e548d239b01b24724
30+
FlexLayout: ad7c468dd6314e14a7d02ba6354c585ff3248e52
3131
Nimble: 7f5a9c447a33002645a071bddafbfb24ea70e0ac
3232
PinLayout: a2bbe9057d49a1e326b13dc4fe8c14751f8c8844
3333
Quick: 58d203b1c5e27fff7229c4c1ae445ad7069a7a08

0 commit comments

Comments
 (0)