MaxHasADHD / TraktKit

Swift wrapper for Trakt.tv API.
MIT License
112 stars 37 forks source link

Add swift package manager support #35

Closed bitomule closed 4 years ago

bitomule commented 5 years ago

Now that Xcode 11 has support for swift package manager it'll be cool if TraktKit supported it. This PR adds the manifest file with some basic settings I think should be checked and tested.

Things to note:

moritzsternemann commented 4 years ago

LGTM! 👍

josh commented 4 years ago

Just tested and it seems to work for me locally.

bitomule commented 4 years ago

@MaxHasADHD is this repo still active?

MaxHasADHD commented 4 years ago

Sorry, yes it is. It's been a bit busy for me. I'll try to look into this soon sorry!

MaxHasADHD commented 4 years ago

Merged another PR that added Swift PM support.