PINCache icon indicating copy to clipboard operation
PINCache copied to clipboard

Fix SPM support

Open woxtu opened this issue 5 years ago • 0 comments

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.

woxtu avatar Nov 17 '20 01:11 woxtu