This is a fake structure with a static library inside. The same is true by default for HockeyApp and most other third-party frameworks. Native frameworks require iOS 8, so if you want to support older versions of iOS, they cannot be used.
You should not embed them in your application, in fact you should receive a warning or even an error when trying to download them to iTunes Connect when they are implemented in your application package.
An easy way to check if this is a real dynamic structure is to run dwarfdump --uuid your.frameworkin the terminal. If it shows the UUID on the platform, then this is a dynamic structure, otherwise not.
source
share