Skip to content

Commit 066c8b2

Browse files
committed
Remove empty resources from podspec
1 parent 7ff583c commit 066c8b2

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

SMWRealm.podspec

+3-3
Original file line numberDiff line numberDiff line change
@@ -31,9 +31,9 @@ Pod::Spec.new do |s|
3131
s.requires_arc = true
3232

3333
s.source_files = 'Pod/Classes/**/*'
34-
s.resource_bundles = {
35-
'SMWRealm' => ['Pod/Assets/*.png']
36-
}
34+
# s.resource_bundles = {
35+
# 'SMWRealm' => ['Pod/Assets/*.png']
36+
# }
3737

3838
# s.public_header_files = 'Pod/Classes/**/*.h'
3939
# s.frameworks = 'UIKit', 'MapKit'

0 commit comments

Comments
 (0)