We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b5a5de8 commit a110351Copy full SHA for a110351
OpenLocationCodeFramework.podspec
@@ -2,7 +2,7 @@ Pod::Spec.new do |s|
2
3
s.name = "OpenLocationCodeFramework"
4
s.module_name = "OpenLocationCode"
5
- s.version = "2.0.0"
+ s.version = "2.0.1"
6
s.summary = "Open Location Code conversion library for Swift and Objective-C"
7
8
s.description = <<-DESC
@@ -27,6 +27,8 @@ and watchOS.
27
s.source = { :git => "https://github.com/google/open-location-code-swift.git", :tag => s.version }
28
29
s.pod_target_xcconfig = {
30
+ # Set the Swift version to match .swift-version
31
+ 'SWIFT_VERSION' => '4.0',
32
# Treat warnings as errors.
33
'GCC_TREAT_WARNINGS_AS_ERRORS' => 'YES',
34
}
0 commit comments