We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5708099 commit 1073f59Copy full SHA for 1073f59
CHANGELOG.md
@@ -1,5 +1,8 @@
1
# JavaScriptBridge CHANGELOG
2
3
+## 0.1.4
4
+- Change all `CFType` to `id` in JSExport protocol methods.
5
+
6
## 0.1.4
7
- Fix UIGestureRecognizer header.
8
JavaScriptBridge.podspec
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = "JavaScriptBridge"
- s.version = "0.1.4"
+ s.version = "0.1.5"
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