Skip to content

Commit 44d4324

Browse files
committed
ADD: add swift_version spec field
1 parent 33c6864 commit 44d4324

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

WKWebViewJavascriptBridge.podspec

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Pod::Spec.new do |s|
22
s.name = 'WKWebViewJavascriptBridge'
33
s.summary = 'A Bridge for Sending Messages between Swift and JavaScript in WKWebViews.'
4-
s.version = '1.2.1'
4+
s.version = '1.2.2'
55
s.license = { :type => 'MIT', :file => 'LICENSE' }
66
s.author = { 'Lision' => '[email protected]' }
77
s.social_media_url = 'https://lision.me/'
@@ -10,4 +10,5 @@ Pod::Spec.new do |s|
1010
s.source_files = 'WKWebViewJavascriptBridge/*.{h,swift}'
1111
s.platform = :ios, '9.0'
1212
s.requires_arc = true
13+
s.swift_version = '5.0'
1314
end

0 commit comments

Comments
 (0)