Skip to content

Commit 3629f38

Browse files
committed
[Update] WKJavaScriptController (1.0.0)
1 parent fe7f670 commit 3629f38

1 file changed

Lines changed: 12 additions & 0 deletions

File tree

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
Pod::Spec.new do |s|
2+
s.name = 'WKJavaScriptController'
3+
s.version = '1.0.0'
4+
s.summary = 'Calling native code from Javascript in the iOS application likes JavascriptInterface in the Android.'
5+
s.homepage = 'https://github.com/ridibooks/WKJavaScriptController'
6+
s.authors = { 'Ridibooks Viewer Team' => 'viewer.team@ridi.com' }
7+
s.license = 'Apache-2.0'
8+
s.ios.deployment_target = '8.0'
9+
s.source = { :git => 'https://github.com/ridibooks/WKJavaScriptController.git', :tag => s.version }
10+
s.source_files = 'WKJavaScriptController/WKJavaScriptController.swift'
11+
s.frameworks = 'Foundation', 'WebKit'
12+
end

0 commit comments

Comments
 (0)