Skip to content

Commit a110351

Browse files
Set the Xcode SWIFT_VERSION setting to 4.0.
Bump the Pod version to 2.0.1.
1 parent b5a5de8 commit a110351

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

OpenLocationCodeFramework.podspec

+3-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ Pod::Spec.new do |s|
22

33
s.name = "OpenLocationCodeFramework"
44
s.module_name = "OpenLocationCode"
5-
s.version = "2.0.0"
5+
s.version = "2.0.1"
66
s.summary = "Open Location Code conversion library for Swift and Objective-C"
77

88
s.description = <<-DESC
@@ -27,6 +27,8 @@ and watchOS.
2727
s.source = { :git => "https://github.com/google/open-location-code-swift.git", :tag => s.version }
2828

2929
s.pod_target_xcconfig = {
30+
# Set the Swift version to match .swift-version
31+
'SWIFT_VERSION' => '4.0',
3032
# Treat warnings as errors.
3133
'GCC_TREAT_WARNINGS_AS_ERRORS' => 'YES',
3234
}

0 commit comments

Comments
 (0)