zepojo / UPCarouselFlowLayout

A fancy carousel flow layout for UICollectionView on iOS.
MIT License
1.66k stars 236 forks source link

Update podspec source_files to only include .h and .swift files (fixes error in the new build system) #38

Closed tiagomnh closed 5 years ago

tiagomnh commented 6 years ago

The new build system throws an error if there are plist files in the target's sources. By changing the source_files regex we ensure the Info.plist is not added when we pod install.

SirArkimedes commented 5 years ago

This is also fixed in #41.

paskalem commented 5 years ago

Thank you

Sent from my iPhone

On Sep 21, 2018, at 9:18 AM, Andrew Robinson notifications@github.com wrote:

This is also fixed in #41.

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub, or mute the thread.

zepojo commented 5 years ago

Indeed https://github.com/ink-spot/UPCarouselFlowLayout/pull/41 fixes that as well and has just been merged. Thanks anyway @tiagomnh 👍