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

Please, release the last tags into cocoapods! #172

Open
danielborges93 opened this issue Dec 7, 2016 · 7 comments
Open

Please, release the last tags into cocoapods! #172

danielborges93 opened this issue Dec 7, 2016 · 7 comments

Comments

@danielborges93
Copy link

danielborges93 commented Dec 7, 2016

We have libraries (using podspec) that depend you and we can't run codes in swift3. We depend the tag 4.0.0.

@davepatterson
Copy link
Member

Have you tried using pod 'SwiftValidator', :git => 'https://github.com/jpotts18/SwiftValidator.git', :branch => 'master'?

@danielborges93
Copy link
Author

danielborges93 commented Dec 7, 2016

Yes, but it do not solve the problem. I use a library that have the dependency s.dependency 'SwiftValidator' and when I run pod install, cocoapods always downloads the version 3.0.3 (that is the last on the cocoapods spec), even if I add pod 'SwiftValidator', :git => 'https://github.com/jpotts18/SwiftValidator.git', :branch => 'master' on Podfile.

@danielborges93
Copy link
Author

OBS.: My code is in Swift3.

@davepatterson
Copy link
Member

So what is it that you're asking me? To create a new tag that mirrors master, which is written in Swift3? Because I definitely can't change tag 4.0.0 to be compatible with Swift3.

@danielborges93
Copy link
Author

No, I am asking to release the tag 4.x into cocoapods. You have a lot of releases after 3.0.3, but the last cocoapods release is the 3.0.3.

I've tried to force cocoapods to download the branch master in my Podfile (pod 'SwiftValidator', :git => 'https://github.com/jpotts18/SwiftValidator.git', :branch => 'master'), but other dependences that depend you make cocoapods download the version 3.0.3 (that is the last in cocoapods).

@smamczak
Copy link

Please do it, I have the same problem. I'm using SwiftValidator as pod lib where I cannot set branch, only tag version as you can see here https://guides.cocoapods.org/syntax/podspec.html#dependency

@jpotts18
Copy link
Collaborator

I'm not going to lie this project took off and I'm pretty overwhelmed by it. I no longer actively code in Swift and I need help from more contributors in order to keep this project relevant. I'd like to find someone to transition as lead maintainer or help this codebase find a happy home with a company.

The codebase for this project is relatively small and focused project for who is looking to contribute. It does one thing, and does it pretty well. It has pretty high test coverage and good adoption. I think my ideal maintainer / contributor would work for a company that actively uses SwiftValidator in their production application.

If you're interested in helping out please comment on #204

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

4 participants