Skip to content

Commit fd8c9bb

Browse files
committed
Update podspec
1 parent 8c000cf commit fd8c9bb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

WKJavaScriptController.podspec

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
Pod::Spec.new do |s|
22
s.name = 'WKJavaScriptController'
3-
s.version = '1.1.6'
3+
s.version = '1.1.7'
44
s.summary = 'Calling native code from Javascript in the iOS application likes JavascriptInterface in the Android.'
55
s.homepage = 'https://github.com/ridibooks/WKJavaScriptController'
66
s.authors = { 'Ridibooks Viewer Team' => 'viewer.team@ridi.com' }
7-
s.license = 'Apache-2.0'
7+
s.license = 'MIT'
88
s.ios.deployment_target = '8.0'
99
s.source = { :git => 'https://github.com/ridibooks/WKJavaScriptController.git', :tag => s.version }
1010
s.source_files = 'WKJavaScriptController/WKJavaScriptController.swift'

0 commit comments

Comments
 (0)