Skip to content

Commit 4d31c03

Browse files
Merge pull request #21 from btomtom5/swift4.2_patch
updated podspecs swift language version to 4.2
2 parents 117332d + 20d2bda commit 4d31c03

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

MessageInputBar.podspec

+3
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,9 @@ Pod::Spec.new do |s|
1212
s.pod_target_xcconfig = {
1313
"SWIFT_VERSION" => "4.2",
1414
}
15+
16+
s.swift_version = '4.2'
17+
1518
s.ios.deployment_target = '9.0'
1619
s.source = { :git => 'https://github.com/MessageKit/MessageInputBar.git', :tag => s.version }
1720

0 commit comments

Comments
 (0)