JRG-Developer / AutoLayoutCells

AutoLayoutCells makes working with dynamic table view cells easy.
MIT License
26 stars 4 forks source link

Update podspec to 0.1.1 #2

Closed AnthonyMDev closed 10 years ago

AnthonyMDev commented 10 years ago

There are a few bug fixes that have been committed, but there is no Podspec for them yet. Can we get a version 0.1.1 on the CocoaPods master repo?

Thanks

JRG-Developer commented 10 years ago

I'm going to work on a 1.0 release for this repo- in a dev branch.

You should have write access to this repo-- if you want to create a 0.1.1 version in the mean time, go for it.

Close this issue when you're done.

JRG-Developer commented 10 years ago

I've released a new 0.2.0 version and uploaded to CocoaPods.

This version isn't backwards compatible with 0.1.0- it removes third party dependencies in favor of lighter weight solutions (and also to prevent conflicts resulting from depending on these, e.g. AFNetworking still has a lot of users on 1.X branches).

However, it should be fairly simple to update to this new version, as it's fully documented and the main functionality/concepts are the same.

Sometime soon, I plan to get out a 1.0 branch. This issue is resolved, though, so I'm closing it.

Cheers, Joshua

AnthonyMDev commented 10 years ago

Awesome, thanks for this!