Skip to content
This repository was archived by the owner on Nov 23, 2024. It is now read-only.

Commit 86eb988

Browse files
authored
Merge pull request #497 from zendesk/fix-podspec
fix swift version quotes
2 parents 65e6a2a + 7516a16 commit 86eb988

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ZendeskSDK.podspec

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ Pod::Spec.new do |s|
2020
s.platform = :ios, '9.0'
2121
s.requires_arc = true
2222
s.frameworks = 'MobileCoreServices', 'SystemConfiguration', 'Security', 'MessageUI'
23-
s.swift_version = "5.0"
23+
s.swift_version = '5.0'
2424
s.xcconfig = { 'FRAMEWORK_SEARCH_PATHS' => '$(inherited)', 'CLANG_ENABLE_MODULES' => 'YES', 'ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES' => 'YES' }
2525

2626

0 commit comments

Comments
 (0)