Skip to content

Commit cd5c546

Browse files
committed
add .podspec
1 parent 9b6c13f commit cd5c546

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

WKWebViewJavascriptBridge.podspec

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
Pod::Spec.new do |s|
2+
s.name = 'WKWebViewJavascriptBridge'
3+
s.summary = 'A Bridge for Sending Messages between Swift and JavaScript in WKWebViews.'
4+
s.version = '1.0.0'
5+
s.license = { :type => 'MIT', :file => 'LICENSE' }
6+
s.author = { 'Lision' => '[email protected]' }
7+
s.social_media_url = 'https://lision.me/'
8+
s.homepage = 'https://github.com/Lision/WKWebViewJavascriptBridge'
9+
s.source = { :git => 'https://github.com/Lision/WKWebViewJavascriptBridge.git', :tag => s.version.to_s }
10+
s.source_files = 'WKWebViewJavascriptBridge/*.{h,swift}'
11+
s.platform = :ios, '9.0'
12+
s.requires_arc = true
13+
end

0 commit comments

Comments
 (0)