I have created Umbrella framework by adding sub-framework manually.
I wanted to know how to manage dependency of this sub-frameworks using Carthage or Cocoapods.
I know that creating Umbrella framework is highly discouraged by Apple.
I also wanted to make that third party framework installation optional for the application developer to know him all the dependencies inside the framework and make the framework size minimum.
Please suggest me what will be the best way to manage sub-framework dependencies (Carthage or Cocoapods)?
Thanks in Advance.