File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 11Pod ::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'
1212end
You can’t perform that action at this time.
0 commit comments