We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ac983f7 commit 876a1a2Copy full SHA for 876a1a2
Changelog
@@ -1,3 +1,6 @@
1
+v4.1.3
2
++ Update podspec file with tag
3
+
4
v4.1.2
5
+ Fix bug: webViewDidStart/FinishLoad were called twice and isLoading was always true (#86)
6
WebViewJavascriptBridge.podspec
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = 'WebViewJavascriptBridge'
- s.version = '4.1.2'
+ s.version = '4.1.3'
s.summary = 'An iOS/OSX bridge for sending messages between Obj-C and JavaScript in UIWebViews/WebViews.'
s.homepage = 'http://github.com/marcuswestin/WebViewJavascriptBridge'
s.license = { :type => 'MIT', :file => 'LICENSE' }
0 commit comments