Using GitHub in exsisting project

What is the best way to use GitHub projects in my exsisting project.
I try’d a couple of things with submodules and other post on the internet.
Still i can’t get it to work.

Thanks.

Hi @erich_snijder,
Have you tried pods? they include most of the popular/commonly used repositories.

hope that helps,

Jayant

You can also try Carthage besides CocoaPods to integrate third party libraries and frameworks into your own projects. Thank you! :]

This topic was automatically closed after 166 days. New replies are no longer allowed.