TKMEnvironmentConfigBuilder

This class provides a Tapkey environment configuration. Unless suggested otherwise by Tapkey, this class must be used as shown below:

// Within the UIApplicationDelegate.application(application:didFinishLaunchingWithOptions:)
let environmentConfigBuilder = TKMEnvironmentConfigBuilder()
let environmentConfig = environmentConfigBuilder.build()