Skip to content

Commit

Permalink
Merge pull request marcuswestin#59 from bastibense/patch-1
Browse files Browse the repository at this point in the history
Fix resource path in podspec
  • Loading branch information
oakho committed Oct 26, 2013
2 parents 3e8e51b + 197bab4 commit 34d6284
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 @@ -11,7 +11,7 @@ Pod::Spec.new do |s|
s.osx.platform = :osx
s.ios.source_files = 'WebViewJavascriptBridge/*.{h,m}'
s.osx.source_files = 'WebViewJavascriptBridge/*.{h,m}'
s.resource = 'WebViewJavascriptBridgeAbstract/WebViewJavascriptBridge.js.txt'
s.resource = 'WebViewJavascriptBridge/WebViewJavascriptBridge.js.txt'
s.ios.framework = 'UIKit'
s.osx.framework = 'WebKit'
end

0 comments on commit 34d6284

Please sign in to comment.