Before anything else, I have been searching for a similar question with an appropriate answer but failed.
How to build an iOS Framework with a dependency on another without creating an Umbrella Framework --> Answer was from the original poster but not really detailed.
How to add a framework inside another framework (Umbrella Framework) ---> Question is about developing an Umbrella framework which is not recommended.
So I have a main project called TimeIn and I have dragged into that project a framework project called GPKit (my own), however, there is a class in the GPKit project that is dependent to Alamofire framework used by the main project TimeIn. Question again is: is it possible to share the TimeIn's Alamofire framework (pod) to the GPKit framework?
Whole Project Structure
GPKit's Project Settings