Skip to content

Commit cbde130

Browse files
committed
config xcode proj
1 parent dd4a9c5 commit cbde130

File tree

3 files changed

+5
-4
lines changed

3 files changed

+5
-4
lines changed

WLScheduleTableCell.podspec

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,15 +2,16 @@ Pod::Spec.new do |s|
22

33
s.name = "WLScheduleTableCell"
44
s.version = "0.0.5"
5-
swift_versions = "5.0"
5+
swift_versions = '5.0'
66
s.summary = "Event of Time Axi for UITableView."
77
s.description = "This component for custom UITableViewCell."
88
s.homepage = "https://github.com/luowanglin/WLScheduleTableCell"
99
s.license = { :type => "MIT", :file => "LICENSE" }
1010
s.author = { "luowanglin" => "luowanglin@icloud.com" }
11-
s.platform = :ios, "8.0"
11+
s.ios.deployment_target = '8.0'
1212
s.source = { :git => "https://github.com/luowanglin/WLScheduleTableCell.git", :tag => "#{s.version}" }
1313
s.source_files = "WLScheduleTableCell/Classes/*.swift"
1414
s.resources = "WLScheduleTableCell/Classes/source/*.png"
15+
s.pod_target_xcconfig = { 'SWIFT_VERSION' => '5.0' }
1516

1617
end

WLScheduleTableCellDemo.xcodeproj/project.pbxproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -243,7 +243,7 @@
243243
GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
244244
GCC_WARN_UNUSED_FUNCTION = YES;
245245
GCC_WARN_UNUSED_VARIABLE = YES;
246-
IPHONEOS_DEPLOYMENT_TARGET = 11.2;
246+
IPHONEOS_DEPLOYMENT_TARGET = 8.0;
247247
MTL_ENABLE_DEBUG_INFO = YES;
248248
ONLY_ACTIVE_ARCH = YES;
249249
SDKROOT = iphoneos;
@@ -296,7 +296,7 @@
296296
GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
297297
GCC_WARN_UNUSED_FUNCTION = YES;
298298
GCC_WARN_UNUSED_VARIABLE = YES;
299-
IPHONEOS_DEPLOYMENT_TARGET = 11.2;
299+
IPHONEOS_DEPLOYMENT_TARGET = 8.0;
300300
MTL_ENABLE_DEBUG_INFO = NO;
301301
SDKROOT = iphoneos;
302302
SWIFT_OPTIMIZATION_LEVEL = "-Owholemodule";

0 commit comments

Comments
 (0)