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 b37a34d commit 2be293fCopy full SHA for 2be293f
CHANGELOG.md
@@ -1,6 +1,9 @@
1
# JavaScriptBridge CHANGELOG
2
3
-## 0.1.4
+## 0.1.6
4
+- Fix duplicate named methods/properties export.
5
+
6
+## 0.1.5
7
- Change all `CFType` to `id` in JSExport protocol methods.
8
9
## 0.1.4
JavaScriptBridge.podspec
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = "JavaScriptBridge"
- s.version = "0.1.5"
+ s.version = "0.1.6"
s.summary = "Write iOS apps in Javascript! JavaScriptBridge provides the way to write iOS apps with JavaScript."
s.homepage = "https://github.com/kishikawakatsumi/JavaScriptBridge"
s.social_media_url = "https://twitter.com/k_katsumi"
0 commit comments