I have an asset catalog with universal image set (I'm using different images for iPhone and iPad) included in pod resource bundle like this:
s.resource_bundle = {'LibName' => ['LibName/Media.xcassets']}
And here's the problem: build setting "Targeted Device Family" of LibName resource bundle target is set to iPhone, so I got no iPad images in resulting LibName.bundle.
I think that target device family should be inferred from the application target device family or user should be able to specify target device family in podfile so podspecs could inherit this setting.