Skip to content

Commit 56d542c

Browse files
committed
Update podspec
1 parent 609c594 commit 56d542c

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

WKJavaScriptController.podspec

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
Pod::Spec.new do |s|
22
s.name = 'WKJavaScriptController'
3-
s.version = '1.1.7'
3+
s.version = '1.1.8'
44
s.summary = 'Calling native code from Javascript in the iOS application likes JavascriptInterface in the Android.'
5-
s.homepage = 'https://github.com/ridibooks/WKJavaScriptController'
5+
s.homepage = 'https://github.com/ridi/WKJavaScriptController'
66
s.authors = { 'Ridibooks Viewer Team' => 'viewer.team@ridi.com' }
77
s.license = 'MIT'
88
s.ios.deployment_target = '8.0'
9-
s.source = { :git => 'https://github.com/ridibooks/WKJavaScriptController.git', :tag => s.version }
9+
s.source = { :git => 'https://github.com/ridi/WKJavaScriptController.git', :tag => s.version }
1010
s.source_files = 'WKJavaScriptController/WKJavaScriptController.swift'
1111
s.frameworks = 'Foundation', 'WebKit'
1212
end

0 commit comments

Comments
 (0)