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

Pod spec only support 7.0 #9

Open
billburgess opened this issue Jul 22, 2015 · 3 comments
Open

Pod spec only support 7.0 #9

billburgess opened this issue Jul 22, 2015 · 3 comments

Comments

@billburgess
Copy link

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:

  • 'DownloadButton' required by 'Podfile'

My Podfile targets 7.1 and up.

@billburgess
Copy link
Author

I think my issue is something else. Looking at other podspecs this seems to be correct. Sorry for the erroneous issue generation.

@billburgess billburgess reopened this Jul 22, 2015
@billburgess
Copy link
Author

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.

@ryanholden8
Copy link
Contributor

I also ran into this issue, to fix I did this for my podfile:

pod 'DownloadButton', git: 'https://github.com/PavelKatunin/DownloadButton.git', branch: 'master'

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

No branches or pull requests

2 participants