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 8f1aaf9 commit 2f1623aCopy full SHA for 2f1623a
Changelog
@@ -1,5 +1,12 @@
1
+v3.1.0
2
++ Dont inject the WVJB bridge until all requests have finished loading (61b853)
3
++ Add podspec file (818d49cfc)
4
++ Memory leaks fixed (b06988f1, 20ce1b0b)
5
++ New major contributor @peyton!
6
+
7
v3.0.0
8
+ OSX Support
9
++ New major contributor @oakho!
10
11
v2.1.2
12
+ Copy handler and response blocks
WebViewJavascriptBridge.podspec
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = 'WebViewJavascriptBridge'
- s.version = '4.0.0pre'
+ s.version = '3.1.0'
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