Skip to content

Commit

Permalink
Merge branch 'v5.0.1-podspec-fix'
Browse files Browse the repository at this point in the history
  • Loading branch information
marcuswestin committed Jan 29, 2016
2 parents 8af04dd + 7ad46d5 commit b16f550
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions WebViewJavascriptBridge.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,11 @@ Pod::Spec.new do |s|
s.author = { 'marcuswestin' => 'marcus.westin@gmail.com' }
s.requires_arc = true
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.platforms = { :ios => "5.0", :osx => "" }
s.ios.source_files = 'WebViewJavascriptBridge/*.{h,m}'
s.osx.source_files = 'WebViewJavascriptBridge/*.{h,m}'
s.private_header_files = 'WebViewJavascriptBridge/WebViewJavascriptBridge_JS.h'
s.ios.private_header_files = 'WebViewJavascriptBridge/WebViewJavascriptBridge_JS.h'
s.osx.private_header_files = 'WebViewJavascriptBridge/WebViewJavascriptBridge_JS.h'
s.ios.framework = 'UIKit'
s.osx.framework = 'WebKit'
end

0 comments on commit b16f550

Please sign in to comment.