Skip to content

Commit

Permalink
Remove empty resources from podspec
Browse files Browse the repository at this point in the history
  • Loading branch information
meech-ward committed Mar 2, 2017
1 parent 7ff583c commit 066c8b2
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions SMWRealm.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -31,9 +31,9 @@ Pod::Spec.new do |s|
s.requires_arc = true

s.source_files = 'Pod/Classes/**/*'
s.resource_bundles = {
'SMWRealm' => ['Pod/Assets/*.png']
}
# s.resource_bundles = {
# 'SMWRealm' => ['Pod/Assets/*.png']
# }

# s.public_header_files = 'Pod/Classes/**/*.h'
# s.frameworks = 'UIKit', 'MapKit'
Expand Down

0 comments on commit 066c8b2

Please sign in to comment.