There is an issue that arises with this when you try to use this library with iOS 10+. Basically, you need to include the description for your usage of the photo library within the Info.plist otherwise the app will crash. Here's some more info on the issue: Link
I would recommend updating the readme to include a reference to this. You specifically need to add "Privacy - Photo library usage" to the info.plist
Hello
There is an issue that arises with this when you try to use this library with iOS 10+. Basically, you need to include the description for your usage of the photo library within the Info.plist otherwise the app will crash. Here's some more info on the issue: Link
I would recommend updating the readme to include a reference to this. You specifically need to add "Privacy - Photo library usage" to the info.plist
Thanks! Andrew