PINOperation icon indicating copy to clipboard operation
PINOperation copied to clipboard

Fix SPM support

Open woxtu opened this issue 4 years ago • 0 comments

Hi,

Current release installed by SPM can't import headers as follows:

fatal error: 'PINOperation/PINOperation.h' file not found
#import <PINOperation/PINOperation.h>
        ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~

This PR fixes that.

woxtu avatar Nov 16 '20 01:11 woxtu