diff --git a/NYTPhotoViewer.podspec b/NYTPhotoViewer.podspec index e3b0d36c..6b59c57f 100644 --- a/NYTPhotoViewer.podspec +++ b/NYTPhotoViewer.podspec @@ -16,7 +16,7 @@ Pod::Spec.new do |s| s.requires_arc = true s.subspec 'Core' do |ss| - ss.ios.resource_bundle = { s.name => ['NYTPhotoViewer/Media.xcassets/*'] } + ss.ios.resource_bundle = { s.name => ['NYTPhotoViewer/Media.xcassets'] } ss.source_files = 'NYTPhotoViewer/**/*.{h,m,swift}' ss.frameworks = 'UIKit', 'Foundation' end