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 e75690e commit 5430012Copy full SHA for 5430012
Changelog
@@ -1,3 +1,7 @@
1
+v4.0.2
2
++ Fix NSInvalidArgumentException: "attempt to insert nil object" when using shorthand -callHandler:
3
++ Fix sending messages including __WVJB_MESSAGE_SEPERATOR__ string
4
+
5
v4.0.1
6
+ Fix detection of arc_weak support
7
WebViewJavascriptBridge.podspec
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = 'WebViewJavascriptBridge'
- s.version = '4.0.1'
+ s.version = '4.0.2'
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