elsesiy / GAppAuth

Convenient Wrapper for AppAuth with Google Services written in Swift (>= 4).
BSD 2-Clause "Simplified" License
34 stars 9 forks source link

Added Package.swift for SPM support #21

Closed ptsochantaris closed 3 years ago

ptsochantaris commented 3 years ago

This adds a Package.swift file which makes the framework installable in iOS and macOS projects, as per issue #16. The file is pretty basic and exports 2 products: GAppAuth-iOS and GAppAuth-macOS. I haven't yet found a more elegant way to just export GAppAuth and have it compile for whatever platform is required, but this works fine for now.

elsesiy commented 3 years ago

Thanks for your contribution @ptsochantaris, lgtm!