pinterest / PINOperation

Apache License 2.0
103 stars 49 forks source link

Fix SPM support #42

Open woxtu opened 3 years ago

woxtu commented 3 years ago

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.