HeroTransitions / Hero

Elegant transition library for iOS & tvOS
https://HeroTransitions.github.io/Hero/
MIT License
22.02k stars 1.72k forks source link

Get rid of CI dependencies from SPM #703

Closed balavor closed 3 years ago

balavor commented 3 years ago

What did you do?

What did you expect to happen?

What happened instead?

In my case they're installed gloally, so those packages are duplication and their entire repository is now stored under SourcePackages folder, increasing time that is required to fetch Hero framework.

Possible solution

Get rid of those dependencies from Hero SPM by using Mint to handle dependencies versions.