JonasGessner / JGProgressHUD

An elegant and simple progress HUD for iOS and tvOS, compatible with Swift and ObjC.
MIT License
3.35k stars 335 forks source link

Add support for any SwiftPM-based dependency manager #111

Closed Jeehut closed 5 years ago

Jeehut commented 5 years ago

This adds a very basic SwiftPM manifest file to be compatible with any dependency manager that uses Apples official way of specifying libraries.

Note that I created this PR because I'm currently developing a dependency manager called Accio which is intended to fix several issues with Carthage and fill the gap between now and the time, when Apple adds official support for SwiftPM into Xcode. Merging this will also prepare for that bright future.

Please note that this project is part of Accio's official integration tests within the Demo project.

Jeehut commented 5 years ago

@JonasGessner Anything holding this off from being merged?

diederich commented 5 years ago

This looks good to me. Might not hurt to merge and see if people run into issues using it? +1 for merging