Reference a framework included in parent app inside another xcFramework

I have a framework (Framework1) that uses another NFC framework.

I want to check if the NFC framework is imported in the parent app and, if so, reference files dependent on the NFC framework inside Framework1.

Is this possible in Swift on iOS using Xcode?

Reference a framework included in parent app inside another xcFramework
 
 
Q