File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed
Example/FTLinearActivityIndicator.xcodeproj Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 258258 GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
259259 GCC_WARN_UNUSED_FUNCTION = YES;
260260 GCC_WARN_UNUSED_VARIABLE = YES;
261- IPHONEOS_DEPLOYMENT_TARGET = 11 .0;
261+ IPHONEOS_DEPLOYMENT_TARGET = 12 .0;
262262 MTL_ENABLE_DEBUG_INFO = YES;
263263 ONLY_ACTIVE_ARCH = YES;
264264 SDKROOT = iphoneos;
309309 GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
310310 GCC_WARN_UNUSED_FUNCTION = YES;
311311 GCC_WARN_UNUSED_VARIABLE = YES;
312- IPHONEOS_DEPLOYMENT_TARGET = 11 .0;
312+ IPHONEOS_DEPLOYMENT_TARGET = 12 .0;
313313 MTL_ENABLE_DEBUG_INFO = NO;
314314 SDKROOT = iphoneos;
315315 SWIFT_COMPILATION_MODE = wholemodule;
Original file line number Diff line number Diff line change 11Pod ::Spec . new do |s |
22 s . name = 'FTLinearActivityIndicator'
3- s . version = '1.6 '
3+ s . version = '1.7 '
44 s . summary = 'Add the missing network activity indicator on newer iPhones'
55
66 s . description = <<-DESC
@@ -19,7 +19,7 @@ Pod::Spec.new do |s|
1919 s . source = { :git => 'https://github.com/futuretap/FTLinearActivityIndicator.git' , :tag => s . version . to_s }
2020 s . social_media_url = 'https://mastodon.cloud/@ortwingentz'
2121
22- s . ios . deployment_target = '11 .0'
22+ s . ios . deployment_target = '12 .0'
2323 s . swift_version = '5.0'
2424
2525 s . source_files = 'FTLinearActivityIndicator/Classes/**/*'
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ import PackageDescription
66let package = Package (
77 name: " FTLinearActivityIndicator " ,
88 platforms: [
9- . iOS( " 11 .0" )
9+ . iOS( " 12 .0" )
1010 ] ,
1111 products: [
1212 // Products define the executables and libraries produced by a package, and make them visible to other packages.
You can’t perform that action at this time.
0 commit comments