We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9b6c13f commit cd5c546Copy full SHA for cd5c546
1 file changed
WKWebViewJavascriptBridge.podspec
@@ -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' => 'lisionmail@gmail.com' }
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