PINOperation
PINOperation copied to clipboard
Fix SPM support
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.