Skip to content

Commit

Permalink
Added tag to PodFile git source path
Browse files Browse the repository at this point in the history
Required for PodFile to pass validation and to push updates.
  • Loading branch information
pushpak committed Jul 9, 2014
1 parent 083e876 commit 4f05b6d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion WebViewJavascriptBridge.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ Pod::Spec.new do |s|
s.license = { :type => 'MIT', :file => 'LICENSE' }
s.author = { 'marcuswestin' => 'marcus.westin@gmail.com' }
s.requires_arc = true
s.source = { :git => 'https://github.com/marcuswestin/WebViewJavascriptBridge.git' }
s.source = { :git => 'https://github.com/marcuswestin/WebViewJavascriptBridge.git', :tag => s.version.to_s }
s.ios.platform = :ios, '5.0'
s.osx.platform = :osx
s.ios.source_files = 'WebViewJavascriptBridge/*.{h,m}'
Expand Down

0 comments on commit 4f05b6d

Please sign in to comment.