-
Notifications
You must be signed in to change notification settings - Fork 100
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
add SDURLCache to Cocoapods #17
Comments
+1 on this. This fork should be somehow differentiated from the original one that is already there:
|
I'm not sure what the best solution for this might be. Renaming the project? |
I see two possible solutions:
|
I might go for PSURLCache - I do believe it's faster, but haven't actually done any benchmarks on it, so I don't wanna make claims. |
Sounds good. So are you actually going to do this? |
Just a little advice on managing Pod spec: Use Github Tags to tag every new version you release - it is much more convenient way of managing a spec instead of using long commit codes like
instead of
Thanks! |
Hey, @steipete. Do you still get a plan to make your fork formally available through CocoaPods? |
+1. A podspec would be fantastic. I think you should go for the rename. But maybe I'm biased cause my initials are also PS. Just kidding about the bias, I think it's a good idea to differentiate them clearly, but perhaps keep a clear mention of SDURLCache in the readme. |
Any chance to get podspec for this repo? |
Hi,
Can u please add ur git repo to Cocoapods spec? so, that we can able use ur SDURLCache.
or
Use the spec in root of a git repo:
pod 'SDURLCache', :git => 'https://github.com/steipete/SDURLCache.git', :commit => '42ad9c79edcc5c863cf3fe02c585f92e45255441'
The text was updated successfully, but these errors were encountered: