Skip to content

Commit dc4e504

Browse files
committed
Update podspec
1 parent 42a8b8f commit dc4e504

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ Calling native code from Javascript in iOS likes JavascriptInterface in Android.
1010
- Swift 3
1111
- iOS8+
1212

13-
(based on WKJavaScriptController 1.1.7+)
13+
(based on WKJavaScriptController 1.1.9+)
1414

1515
## Installation
1616
This library is distributed by [CocoaPods](https://cocoapods.org).

WKJavaScriptController.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 = 'WKJavaScriptController'
3-
s.version = '1.1.8'
3+
s.version = '1.1.9'
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' }

0 commit comments

Comments
 (0)