riteshhgupta / TagCellLayout

Made in Swift - Tag layout for UICollectionView supporting 3 types of alignments - Left || Centre || Right
MIT License
358 stars 36 forks source link

pod install issue #5

Closed spacecaps-cao closed 8 years ago

spacecaps-cao commented 8 years ago

When i install this wonderful tools with cocoapods, there is an exception saying "TagCellLayout (~> 0.2)required byPodfile". But if i try to use 0.1 version, it could not find the 0.1 branch. "Remote branch 0.1.0 not found in upstream origin" thank you!

riteshhgupta commented 8 years ago

Hey @Cao-Yu its fixed now, sorry for the trouble. You can either user 0.1.0 or 0.2 though I highly encourage you to use 0.2 as its the latest and better!

spacecaps-cao commented 8 years ago

Thank you !