Rightpoint / RZCellSizeManager

Dynamic size computation and caching for cells.
MIT License
242 stars 32 forks source link

Merge to master for 1.1 release #10

Closed ndonald2 closed 10 years ago

ndonald2 commented 10 years ago

Now that we have appledoc-style comments it might be good to update the podspec for the current development branch and then tag it for a 1.1 release.

Not sure about the 1.0.1 pod as reported in #5 but we should fix that too.

alexrrouse commented 10 years ago

I agree. Will open a pull request, when it gets in we can create a tag and then update the podspec.

alexrrouse commented 10 years ago

Pod spec is updated (https://github.com/CocoaPods/Specs/pull/10618) and new tag. Closing this.

ndonald2 commented 10 years ago

@arrouse Nice! Just out of curiosity, why does the podspec have

s.requires_arc = false

This does require ARC, right?

alexrrouse commented 10 years ago

That is a wonderful question.... It was auto generated from our last podspec..

alexrrouse commented 10 years ago

It should require ARC. Ill try and update the podspec later today/tomarrow...