zepojo/UPCarouselFlowLayout

Pod file issue

Closed this issue · 1 comments

Hi,

Thanks for your great repo.
When I run pod install I got the following error:

[!] Unable to satisfy the following requirements:

- `UPCarouselFlowLayout` required by `Podfile`

screen shot 2016-08-29 at 9 50 32 pm

Any help?

Ok I solved my problem :) by changing:
platform :ios, "8.0"
To:
platform :ios, "8.1"

As the minimum requirement is iOS 8.1+.