cloudsight/cloudsight-objc

Implicit UIImage category dependency not set

caprahul opened this issue · 1 comments

The current cocoapods specs for this library don't pull down UIImage category. When doing a fresh installation the method signature aren't found
resizedImageWithContentMode: bounds: interpolationQuality:

It will be helpful to have following cocopod dependency (or something else as appropriate)
UIImage-Categories

The example in the README.md file assumes some arbitrary image resizing code. Updated now to avoid the complexity in the example (c6c72d8), but you can use any image resizing code you'd like (there are tons on CocaPods).