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 76e0b68 commit 802cb35Copy full SHA for 802cb35
CHANGELOG.md
@@ -1,5 +1,8 @@
1
# JavaScriptBridge CHANGELOG
2
3
+## 0.1.7
4
+- Fix duplicate named methods/properties from all framework support files.
5
+
6
## 0.1.6
7
- Fix duplicate named methods/properties export.
8
JavaScriptBridge.podspec
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = "JavaScriptBridge"
- s.version = "0.1.6"
+ s.version = "0.1.7"
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