touchlab-lab / KotlinCocoapods

Apache License 2.0
75 stars 6 forks source link

Support the ability for pods to be declared “link only” #13

Open dcvz opened 3 years ago

dcvz commented 3 years ago

There's some libraries out there like: https://github.com/icerockdev/moko-socket-io

That ask you to add it as a dependency in cocoa pods, but only link and not run the cinterop. This PR adds a flag that allows you to mark a dependency as link only.

dcvz commented 3 years ago

@kpgalligan any thoughts on this addition?

kpgalligan commented 3 years ago

Sorry for delay. Taking a look soon...