Skip to content

Commit 7a08ad3

Browse files
committed
Added lproj folders for CocoaPods
1 parent 6448313 commit 7a08ad3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: SVWebViewController.podspec

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,6 @@ Pod::Spec.new do |s|
88
s.source = { :git => 'https://github.com/samvermette/SVWebViewController.git', :tag => s.version.to_s }
99
s.platform = :ios, '6.0'
1010
s.source_files = 'SVWebViewController/**/*.{h,m}'
11-
s.resources = 'SVWebViewController/**/*.{bundle,png}'
11+
s.resources = 'SVWebViewController/**/*.{bundle,png,lproj}'
1212
s.requires_arc = true
1313
end

0 commit comments

Comments
 (0)