I have a kotlin module that pulls in a cocoapods l...
# ios
l
I have a kotlin module that pulls in a cocoapods library for iOS. When I try to add a macos target to this module, the cocoapods plugin is trying to get the pod for macos as well. This specific cocoapod does not support macos (though there is one that does). Is there a good way to specify that certain pods are for iOS only?
👀 2