We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6448313 commit 7a08ad3Copy full SHA for 7a08ad3
SVWebViewController.podspec
@@ -8,6 +8,6 @@ Pod::Spec.new do |s|
8
s.source = { :git => 'https://github.com/samvermette/SVWebViewController.git', :tag => s.version.to_s }
9
s.platform = :ios, '6.0'
10
s.source_files = 'SVWebViewController/**/*.{h,m}'
11
- s.resources = 'SVWebViewController/**/*.{bundle,png}'
+ s.resources = 'SVWebViewController/**/*.{bundle,png,lproj}'
12
s.requires_arc = true
13
end
0 commit comments