vlasov / CCBottomRefreshControl

MIT License
319 stars 77 forks source link

Error with iOS 7.1 #6

Closed vlad9486 closed 9 years ago

vlad9486 commented 9 years ago

[!] The platform of the target Pods (iOS 7.1) is not compatible with ReactiveCocoa (3.0.0-alpha.1) which has a minimum requirement of iOS 8.0 - OS X 10.9.

I have commit that fixed this issue. Change CCBottomRefreshControl.podspec as followed:

vlasov commented 9 years ago

Done

xavierjurado commented 9 years ago

This is not the recommended way of fixing this issue. Since CCBottomRefreshControl works with any version of RAC 2.x, you should use >= 2.0 instead of <= 2.0.0. By using the latter, we have made CCBottomRefreshControl compatible only with RAC 2.0.0.

vlasov commented 9 years ago

RAC dependency has been removed since version 0.4.0