Configuration
Configuration copied to clipboard
Cocoapods Support
I see that you're already supporting the Swift Package Manager. I think it would still be great addition if you could support Cocoapods as well. The main reason being that a lot of current libraries don't support the Swift Package Manager (but Cocoapods). Therefore users of your library would have more choices for integration.
Thanks for the feedback. Since the LoggerAPI
dependency doesn't yet support Cocoapods, I haven't added podspec to Configuration
. In the mean time, I've added Carthage support with the latest release.
Thank you very much!