Skip to content

Commit

Permalink
Migrate podspec to resource bundles
Browse files Browse the repository at this point in the history
  • Loading branch information
cdzombak committed Oct 16, 2015
1 parent 6b2cc6f commit 7488d50
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 @@ -14,7 +14,7 @@ Pod::Spec.new do |s|
s.requires_arc = true

s.source_files = 'Pod/Classes/**/*'
s.resources = 'Pod/Assets/**/*'
s.ios.resource_bundle = { s.name => ['Pod/Assets/ios/*.png'] }

s.frameworks = 'UIKit', 'Foundation'
end

0 comments on commit 7488d50

Please sign in to comment.