What are the different ways of importing iOS specific code into a multiplatform library project? I ...
a
What are the different ways of importing iOS specific code into a multiplatform library project? I know we can use cocoapods but what if i want to use some github repo or custom local source ?
m
Take a look at this.
a
Kmmbridge provides SPM for local and GitHub development.