-
Notifications
You must be signed in to change notification settings - Fork 134
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
Podspec points to old version #22
Comments
I don't use pods myself so I am not sure what to do about this. Can you make some suggestions? |
I could actually probably make the fix for you, but one issue I ran into today is that when I tried to pull the latest version using a podspec I created on my local machine, I got a compile error. Can you please provide me with the git commit hash that points to the latest working version? |
The HEAD on Master is what I use day to day on OS X under GC. What target are you building for? |
As far as I can tell (I'm not a cocoapods expert, but I am trying to use it in a new project), the most important thing you could do to help pod users is to start adding semantic version tags. Here's the 'issue template' that cocoapods provides to ask for this from project maintainers: Once tags have been added, other people can do the work of maintaining the Podspec for each version. |
By the way, the Podspec with version 0.0.1 points to Fragaria commit 3a18811. https://github.com/CocoaPods/Specs/blob/master/Fragaria/0.0.1/Fragaria.podspec |
…ng entirely (not only the over-coloured range) if the two colouring types can't be nested. Fixes KosmicTask#22.
… a re-fetch of breakpoint data from the delegate. Fixes KosmicTask#22.
The podspec points to an old version, which is apparently incompatible with ARC.
The text was updated successfully, but these errors were encountered: