pinterest / PINCache

Fast, non-deadlocking parallel object cache for iOS, tvOS and OS X
Apache License 2.0
2.66k stars 361 forks source link

Fix SPM support #300

Open woxtu opened 3 years ago

woxtu commented 3 years ago

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.