Skip to content

Commit 21df610

Browse files
Update v0.0.2
1 parent 93e80f6 commit 21df610

2 files changed

Lines changed: 7 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# JavaScriptBridge CHANGELOG
22

3+
## 0.0.2
4+
5+
- Supports `AssetsLibrary.framework`
6+
- Supports `Accounts.framework`
7+
- Supports `Social.framework`
8+
39
## 0.0.1
410

511
Initial release.

JavaScriptBridge.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Pod::Spec.new do |s|
22
s.name = "JavaScriptBridge"
3-
s.version = "0.0.1"
3+
s.version = "0.0.2"
44
s.summary = "Write iOS apps in Javascript! JavaScriptBridge provides the way to write iOS apps with JavaScript."
55
s.homepage = "https://github.com/kishikawakatsumi/JavaScriptBridge"
66
s.social_media_url = 'https://twitter.com/k_katsumi'

0 commit comments

Comments
 (0)