Skip to content

Commit

Permalink
Added lproj folders for CocoaPods
Browse files Browse the repository at this point in the history
  • Loading branch information
mshibanami committed Jun 17, 2014
1 parent 6448313 commit 7a08ad3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion SVWebViewController.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,6 @@ Pod::Spec.new do |s|
s.source = { :git => 'https://github.com/samvermette/SVWebViewController.git', :tag => s.version.to_s }
s.platform = :ios, '6.0'
s.source_files = 'SVWebViewController/**/*.{h,m}'
s.resources = 'SVWebViewController/**/*.{bundle,png}'
s.resources = 'SVWebViewController/**/*.{bundle,png,lproj}'
s.requires_arc = true
end

0 comments on commit 7a08ad3

Please sign in to comment.