diff --git a/DropDownMenuKit.podspec b/DropDownMenuKit.podspec index ba746ac..f3dba76 100644 --- a/DropDownMenuKit.podspec +++ b/DropDownMenuKit.podspec @@ -16,5 +16,6 @@ Pod::Spec.new do |s| s.source = { :git => "https://github.com/qmathe/DropDownMenuKit.git", :tag => "1.0" } s.source_files = "*.swift", "*.{h,m}" s.public_header_files = "*.h" - s.resource_bundles = { "DropDownMenuKitAssets" => ["*.xcassets"] } + # Each xcassets directory must be in a distinct resource bundle (otherwise multiple assets.car end up in the same bundle) + s.resource_bundles = { "DropDownMenuKitAssets" => ["DropDownMenuKit.xcassets"] } end