-
Notifications
You must be signed in to change notification settings - Fork 3
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 #3
Comments
While I agree that the more options the better, I don't agree with CocoaPods way of thinking on the dependency management subject. It is my personal opinion that it obscures more than it helps for beginners, and makes things more complicated for experienced developers. That's not to say I won't add support for it. That's to say I'll need more demand first. (: |
@lsunsi I understand your opinion and I read about all the pros and cons for CocoaPods and Carthage. I've tried both and CocoaPods currently fits my needs. CocoaPods is way more than just the installing libraries. Each CocoaPods library also has a CocoaDocs page on which the user can easily read the documentation. If you just don't wanna do it, I could do it for you and make sure it is updated every time there's a new version of ReduxKit. |
@lfarah I definitely agree about the index and ratings being a strong point for CocoaPods. I see your point now. I will bring support for CocoaPods in future updates of this library, you don't need to worry. I'll just reopen this issue so I don't forget. (: Thanks man! |
I'd be cool to also add Cocoapods support. I done this implementation myself last week for my library. Just follow this post and this checklist.
The text was updated successfully, but these errors were encountered: