File tree Expand file tree Collapse file tree 3 files changed +5
-4
lines changed
WLScheduleTableCellDemo.xcodeproj
project.xcworkspace/xcuserdata/luowanglin.xcuserdatad Expand file tree Collapse file tree 3 files changed +5
-4
lines changed Original file line number Diff line number Diff 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
1617end
Original file line number Diff line number Diff line change 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;
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";
You can’t perform that action at this time.
0 commit comments