From 066c8b2b01cee08e65b5b7926f5bc0e60038965a Mon Sep 17 00:00:00 2001 From: Sam Meech-Ward Date: Thu, 2 Mar 2017 11:16:32 -0800 Subject: [PATCH] Remove empty resources from podspec --- SMWRealm.podspec | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/SMWRealm.podspec b/SMWRealm.podspec index c428a3a..2d426e2 100644 --- a/SMWRealm.podspec +++ b/SMWRealm.podspec @@ -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'