I am trying to build a Cocoa Touch Framework written in Swift language.
There are cases where we need to use third party frameworks.
What I'd like to do is package an iOS framework (could be a Swift-framework, could be an Objective-C framework) inside another iOS framework (a Swift-framework) to hide the 3rd-party software dependencies and also hide the 3rd-party APIs.
Could anyone help with a step by step? I am using Xcode 9.2.