We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 083e876 commit 4f05b6dCopy full SHA for 4f05b6d
WebViewJavascriptBridge.podspec
@@ -6,7 +6,7 @@ Pod::Spec.new do |s|
6
s.license = { :type => 'MIT', :file => 'LICENSE' }
7
s.author = { 'marcuswestin' => 'marcus.westin@gmail.com' }
8
s.requires_arc = true
9
- s.source = { :git => 'https://github.com/marcuswestin/WebViewJavascriptBridge.git' }
+ s.source = { :git => 'https://github.com/marcuswestin/WebViewJavascriptBridge.git', :tag => s.version.to_s }
10
s.ios.platform = :ios, '5.0'
11
s.osx.platform = :osx
12
s.ios.source_files = 'WebViewJavascriptBridge/*.{h,m}'
0 commit comments