Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

CocoaPods installation fails #89

Closed
mitchellporter opened this issue Feb 13, 2016 · 3 comments
Closed

CocoaPods installation fails #89

mitchellporter opened this issue Feb 13, 2016 · 3 comments

Comments

@mitchellporter
Copy link

I get the following error when trying to install via CocoaPods:

[!] Unable to satisfy the following requirements:

- `IBAnimatable (~> 1.0)` required by `Podfile`

Specs satisfying the `IBAnimatable (~> 1.0)` dependency were found, but they required a higher minimum deployment target.

My current deployment target is iOS 8.0

@tbaranes
Copy link
Member

The last released of IBAnimatable on CocoaPods was targeting iOS 9.0. However, the next one will be compatible with iOS8.0.

Until this new release, you can still use it with CocoaPods by targeting the master directly:

pod 'IBAnimatable', :git => 'https://github.com/JakeLin/IBAnimatable'

@JakeLin
Copy link
Member

JakeLin commented Feb 13, 2016

@mitchellporter thanks for reporting this issue, we have released v1.1 which supports iOS 8. And we also pushed the podspec. You should be able to pod 'IBAnimatable' now. please let me know if you have any question.

@tbaranes thanks for troubleshooting this issue.

@mitchellporter
Copy link
Author

@JakeLin @tbaranes thanks for the help!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants