Skip to content

Commit

Permalink
Update podspec to make pod trunk push work as expected
Browse files Browse the repository at this point in the history
  • Loading branch information
marcuswestin committed Jul 16, 2014
1 parent 876a1a2 commit ddb38a1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions WebViewJavascriptBridge.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,11 @@ Pod::Spec.new do |s|
s.name = 'WebViewJavascriptBridge'
s.version = '4.1.3'
s.summary = 'An iOS/OSX bridge for sending messages between Obj-C and JavaScript in UIWebViews/WebViews.'
s.homepage = 'http://github.com/marcuswestin/WebViewJavascriptBridge'
s.homepage = 'https://github.com/marcuswestin/WebViewJavascriptBridge'
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', :tag => s.version.to_s }
s.source = { :git => 'https://github.com/marcuswestin/WebViewJavascriptBridge.git', :tag => 'v'+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 ddb38a1

Please sign in to comment.