Skip to content

Using CocoaPods to manage your module's dependencies

William Entriken edited this page Feb 9, 2017 · 1 revision

Modules you create using swift3-module-template can be integrated into other projects using CocoaPods.

But what if your module will have a dependency on another CocoaPod?

The solution is simple. Just...

TODO: DOCUMENT THIS OUT

Clone this wiki locally