Skip to content

Commit

Permalink
fix the path for Media.xcassets in the .podspec
Browse files Browse the repository at this point in the history
  • Loading branch information
mr-fixit committed Jan 7, 2021
1 parent 43913b3 commit 3630591
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion NYTPhotoViewer.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 3630591

Please sign in to comment.