davdroman / Popsicle

Simple, extensible interpolation framework
MIT License
1.09k stars 105 forks source link

Remove old pod from cocoapods #14

Closed AndrewDryga closed 9 years ago

AndrewDryga commented 9 years ago

Hi,

We want to replace it with our fork, since you dropped iOS 7 support, renamed repo and force pushed all the code. Don't do that again.

https://cocoapods.org/pods/DRDynamicSlideShow

davdroman commented 9 years ago

Hi.

I'm really sorry about that. I shouldn't have done it that way in the first place.

How should I do it to remove the pod? I think it's impossible through trunk.

AndrewDryga commented 9 years ago

Dunno, but now things messed up :). Is it possible to rename it?

davdroman commented 9 years ago

From what I've seen, it's impossible to actually remove a podspec. But don't worry, there's a pretty clean solution.

You can set up a private spec repository and add DRDynamicSlideShow to it as a private podspec linked to your forked version. Check this out for more info about private podspecs. I've tried it myself and it's fairly easy to set up.

Again, sorry for the inconveniences.