-
Notifications
You must be signed in to change notification settings - Fork 183
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
Pod spec only support 7.0 #9
Comments
I think my issue is something else. Looking at other podspecs this seems to be correct. Sorry for the erroneous issue generation. |
I've reopened this issue as I think I know what is happening now. When the pod spec was updated to support 7.0, the location of the source wasn't changed to pick it up. If I change my own pod dependency to 8.0 it works, as it pulls in the original source. I think a new tag or version number should change so that the Spec repo can pull in the latest change. Right now since the versions are still the same, it isn't pulling in your latest podspec. |
I also ran into this issue, to fix I did this for my podfile:
|
I think the podspec file is not set correctly. It targets iOS and 7.0 only. I think it should have the greater than or equal to 7.0 in the podspec so it can support all versions.
I currently get an error when trying to add it to my project.
[!] Unable to satisfy the following requirements:
My Podfile targets 7.1 and up.
The text was updated successfully, but these errors were encountered: