iOS8:
I'm trying to create a Database framework (DBKit) that will be used amongst our apps. DBKit requires Couchbase (ObjC) and Alamofire (Swift) frameworks.
I'm trying to avoid using Umbrella framework as it's discouraged by Apple.
Questions:
When creating a
framework, how do I tell theframeworkto useCouchbaseandAlamofirewithin the Demo Project?Is using
Cocoa Podsto manageframeworksinside aframeworka good idea?