ColinEberhardt / VCTransitionsLibrary

A collection of iOS7 animation controllers and interaction controllers, providing flip, fold and all kinds of other transitions.
Other
4.55k stars 617 forks source link

Cut a new release #33

Closed twhitbeck closed 10 years ago

twhitbeck commented 10 years ago

I'd like to use the pan animation. Can you cut a new release so I don't have to specify :head in my Podfile?

ColinEberhardt commented 10 years ago

Sure - no problem. I've created a new release and have created a pull request with the specs repo here:

https://github.com/CocoaPods/Specs/pull/12806

ColinEberhardt commented 10 years ago

OK, looks like I should RTFM ;-) http://blog.cocoapods.org/CocoaPods-Trunk/

twhitbeck commented 10 years ago

cool...I guess. what do I do to get 1.5.0? Do we need to wait for cocoapods to do something?

ColinEberhardt commented 10 years ago

Once I got my head around there new system, submissions are pretty speedy. Version 1.5.0 is already merged in:

https://github.com/CocoaPods/Specs/commit/fc23f1914f21eb341d07656419158ddc6d49c522

Just updated your podfile and you should be good to go :-)

twhitbeck commented 10 years ago

Looks good, thanks for the speedy reply!