What is the best way to share code among multiple iOS apps?

Hi!


We have two apps and lots of code can be shared between them.

2 years ago I came to the same problem and I did it via Cocoapods by creating an independent Cocoapod for the shared code.

Are there any good alternatives other than Cocoapods?


FYI -

Our both apps are written in Swift 3.

Have you tried one project with two targets?

What is the best way to share code among multiple iOS apps?
 
 
Q