mokagio / UICollectionViewLeftAlignedLayout

A layout for UICollectionView that aligns the cells to the left.
MIT License
1.3k stars 178 forks source link

Added a project that allows building an iOS Framework #12

Closed SandyChapman closed 8 years ago

SandyChapman commented 8 years ago

I've added an xcproject that builds a framework. This would mean this project supports Carthage via a rule:

github "mokagio/UICollectionViewLeftAlignedLayout" "869bf3b04a0f250cfd6e66752a10cc887cf04717"

Or, once you tag post merge, just this:

github "mokagio/UICollectionViewLeftAlignedLayout"
sharplet commented 8 years ago

FWIW, I'd love to see this merged. I'm currently using @SandyChapman's fork.

mokagio commented 8 years ago

Thanks a lot @SandyChapman for your work on this. Sorry it took me so long to get onto merging it.

Cheers 🍻