MWPhotoBrowser
MWPhotoBrowser copied to clipboard
Swift Package Manager support.
The Swift Package Manager can work with Swift as well as Objective-C dependencies. Considering the popularity of MWPhotoLibrary, it would be great if it supported the SPM.
I thought everything you had to do was to define MWPhotoLibrary's URL in your package, but alas it did not work:
Cloning https://github.com/mwaterfall/MWPhotoBrowser HEAD is now at 66ddd73 Bump to 2.1.2 Resolved version: 2.1.2 error: The package at /Users/andyibanez/Documents/iOS/Lamia Gallery/Packages/MWPhotoBrowser' has no Package.swift for the specific version: 2.1.2`
Luckily, I think adding support for it is as easy as creating the Package.swift file and putting it at the root of the project. I will play around and see how it goes.
Any updates on this one? I am also looking at using an objective c library with SPM.
See MediaBrowser I made this library to Swift3 using latest SDWebImage
Did you actually write something that could be used as MWPhotoBrowser replacement? If you did, you are the hero of many people. Specially if you plan on maintaining it in the long term.
via Newton Mail [https://cloudmagic.com/k/d/mailapp?ct=dx&cv=9.2.8&pv=10.12.6&source=email_footer_2] On Sat, Sep 9, 2017 at 10:47 PM, Seungyoun Yi [email protected] wrote: See MediaBrowser [https://github.com/younatics/MediaBrowser] I made this library to Swift3 using latest SDWebImage
— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub [https://github.com/mwaterfall/MWPhotoBrowser/issues/556#issuecomment-328316001] , or mute the thread [https://github.com/notifications/unsubscribe-auth/AA2c0NtrHOuAwQ5WERAQjl-6WbSaoqRaks5sg03BgaJpZM4KKaJk] .
As you can see, I never stop maintaining my libs. So feel free to use it!