trivago / Heimdallr.swift

Easy to use OAuth 2 library for iOS, written in Swift.
Apache License 2.0
639 stars 86 forks source link

Add support for SwiftPackageManager for macOS #113

Closed mackoj closed 5 years ago

mackoj commented 6 years ago

This PR add support for Swift Package Manager(SPM) and fix https://github.com/trivago/Heimdallr.swift/issues/112

Remove @objc and adding missing import

mackoj commented 6 years ago

It's could be great to add test for SPM support to your CI/CD.

You only have to run swift build and if it compiled properly it worked. With this commit it now show Compile Swift Module 'Heimdallr' (14 sources).

mackoj commented 6 years ago

This could really help me. @ugoArangino can you help me ?