File tree Expand file tree Collapse file tree 3 files changed +10
-3
lines changed
Expand file tree Collapse file tree 3 files changed +10
-3
lines changed Original file line number Diff line number Diff line change @@ -9,6 +9,12 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
99
1010* None.
1111
12+ ## [ 1.2.0 (2019-02-26)]
13+
14+ ### Changed
15+
16+ * Migrate to Swift 4.2.
17+
1218## [ 1.1.9 (2018-07-31)]
1319
1420### Fixed
@@ -86,7 +92,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
8692
8793* First release.
8894
89- [ Unreleased ] : https://github.com/ridi/cocoa-oauth2/compare/1.1.9...HEAD
95+ [ Unreleased ] : https://github.com/ridi/cocoa-oauth2/compare/1.2.0...HEAD
96+ [ 1.2.0 (2019-02-26) ] : https://github.com/ridi/cocoa-oauth2/compare/1.1.9...1.2.0
9097[ 1.1.9 (2018-07-31) ] : https://github.com/ridi/cocoa-oauth2/compare/1.1.8...1.1.9
9198[ 1.1.8 (2017-11-29) ] : https://github.com/ridi/cocoa-oauth2/compare/1.1.7...1.1.8
9299[ 1.1.7 (2017-09-26) ] : https://github.com/ridi/cocoa-oauth2/compare/1.1.6...1.1.7
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ Calling native code from Javascript in iOS likes JavascriptInterface in Android.
1010- Swift 4.2
1111- iOS8+
1212
13- (based on WKJavaScriptController 1.1.9 +)
13+ (based on WKJavaScriptController 1.2.0 +)
1414
1515## Installation
1616This library is distributed by [ CocoaPods] ( https://cocoapods.org ) .
Original file line number Diff line number Diff line change 11Pod ::Spec . new do |s |
22 s . name = 'WKJavaScriptController'
3- s . version = '1.1.9 '
3+ s . version = '1.2.0 '
44 s . summary = 'Calling native code from Javascript in the iOS application likes JavascriptInterface in the Android.'
55 s . homepage = 'https://github.com/ridi/WKJavaScriptController'
66 s . authors = { 'Ridibooks Viewer Team' => 'viewer.team@ridi.com' }
You can’t perform that action at this time.
0 commit comments