This is a companion discussion topic for the original entry at https://www.raywenderlich.com/5156-rwdevcon-2018-vault/lessons/3
This is a companion discussion topic for the original entry at https://www.raywenderlich.com/5156-rwdevcon-2018-vault/lessons/3
First of all your talk on architecting modules is awesome. I have one query that can we add cocoa-pods in our module or how can we add any third party code in our module so that all other modules and project can use it?
@mkatz Can you please help with this when you get a chance? Thank you - much appreciated! :]
I am not sure I full understand the question. But if you link a 3rd party module to your own framework, and also want to use that that third part module in another framework or the main application, you’ll have to separately link it. You can do in the Podfile using the target
command.