File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 1
- 4.2
1
+ 5.0
Original file line number Diff line number Diff line change @@ -41,6 +41,6 @@ Pod::Spec.new do |s|
41
41
42
42
s . requires_arc = true
43
43
s . module_name = "MapboxGeocoder"
44
- s . swift_version = "4.2 "
44
+ s . swift_version = "5.0 "
45
45
46
46
end
Original file line number Diff line number Diff line change 1455
1455
SDKROOT = iphoneos;
1456
1456
SWIFT_OPTIMIZATION_LEVEL = "-Onone";
1457
1457
SWIFT_SWIFT3_OBJC_INFERENCE = Off;
1458
- SWIFT_VERSION = 4.2 ;
1458
+ SWIFT_VERSION = 5.0 ;
1459
1459
TARGETED_DEVICE_FAMILY = "1,2";
1460
1460
};
1461
1461
name = Debug;
1507
1507
SDKROOT = iphoneos;
1508
1508
SWIFT_OPTIMIZATION_LEVEL = "-Owholemodule";
1509
1509
SWIFT_SWIFT3_OBJC_INFERENCE = Off;
1510
- SWIFT_VERSION = 4.2 ;
1510
+ SWIFT_VERSION = 5.0 ;
1511
1511
TARGETED_DEVICE_FAMILY = "1,2";
1512
1512
VALIDATE_PRODUCT = YES;
1513
1513
};
You can’t perform that action at this time.
0 commit comments