PINCache
PINCache copied to clipboard
Fix SPM support
Hi,
The current release installed by SPM can't import headers as follows:
fatal error: 'PINCache/PINCache.h' file not found
#import <PINCache/PINCache.h>
^~~~~~~~~~~~~~~~~~~~~
This PR fixes that.