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

add SDURLCache to Cocoapods #17

Open
PradeshKumar opened this issue Aug 14, 2012 · 9 comments
Open

add SDURLCache to Cocoapods #17

PradeshKumar opened this issue Aug 14, 2012 · 9 comments

Comments

@PradeshKumar
Copy link

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'

@stanislaw
Copy link

+1 on this. This fork should be somehow differentiated from the original one that is already there:

$ pod list | grep SDURL
--> SDURLCache (1.2)
    - Homepage: https://github.com/rs/SDURLCache
    - Source:   https://github.com/rs/SDURLCache.git

@steipete
Copy link
Owner

I'm not sure what the best solution for this might be. Renaming the project?

@stanislaw
Copy link

I see two possible solutions:

  1. Rename the project.
  2. Just alternate the spec title like SDURLCache (faster fork) or similar. It is faster, right? ;)

@steipete
Copy link
Owner

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.

@stanislaw
Copy link

Sounds good. So are you actually going to do this?

@stanislaw
Copy link

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

s.source = { :git => "http://git-wip-us.apache.org/repos/asf/incubator-cordova-ios.git", :tag => "2.1.0" }

instead of

s.source = { :git => 'https://github.com/gabriel/gh-unit.git', :commit => 'fea526dee3e6e00548f280b56d4afab049733ef8'}

Thanks!

@hankbao
Copy link

hankbao commented Jan 8, 2013

Hey, @steipete. Do you still get a plan to make your fork formally available through CocoaPods?

@paulshapiro
Copy link

+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.

@delebedev
Copy link

Any chance to get podspec for this repo?

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

6 participants