We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 93e80f6 commit 21df610Copy full SHA for 21df610
2 files changed
CHANGELOG.md
@@ -1,5 +1,11 @@
1
# JavaScriptBridge CHANGELOG
2
3
+## 0.0.2
4
+
5
+- Supports `AssetsLibrary.framework`
6
+- Supports `Accounts.framework`
7
+- Supports `Social.framework`
8
9
## 0.0.1
10
11
Initial release.
JavaScriptBridge.podspec
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = "JavaScriptBridge"
- s.version = "0.0.1"
+ s.version = "0.0.2"
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