roberthein / TinyConstraints

Nothing but sugar.
MIT License
3.98k stars 202 forks source link

Add basic support for Swift Package Manager #76

Closed carsonxyz closed 5 years ago

carsonxyz commented 5 years ago

Basic support for people that want to use this library with SwiftPM.

roberthein commented 5 years ago

Beautiful! ✨✨✨ Thank you @carsonxyz! 🙏

carsonxyz commented 5 years ago

Glad to help out. You'll need to re-tag your latest release from master so that it includes the Package.swift manifest or tag a new release. Additionally you can edit the top line of the manifest to change the swift toolchain version to 5.0 if you want.

Thanks for the great library.