Hi! Any reason the macOS framework deployment target is not set to an older version, at least 10.10, instead of the latest one? I've forked the project myself and [tried](https://github.com/danielmartinprieto/WFOAuth2/commit/1b11f651e6dbd421c04d3215fdfcc0611783df85), but when I integrate it in my project using Carthage, it won't work, I get "Library not loaded, image not found", so probably I'm missing something else. If I build from that commit in my local and then add it to my project manually, it does work, so I guess the problem is something I'm missing related with the Carthage configuration. If someone could give me some guidance, it'd be great!