SwiftKickMobile / TLLayoutTransitioning

Enhanced transitioning between UICollectionView layouts in iOS.
MIT License
355 stars 47 forks source link

Public Headers #28

Closed dezinezync closed 8 years ago

dezinezync commented 8 years ago

When building the framework, the following headers aren't Public, Private or Project.

This renders the .framework useless at the moment when built via Carthage (but I suppose that'd be the case for anything else as well)

Could you please include those headers in the framework as well. I've tried this locally but forgot to fork it and send a PR. If you'd like, I could do that tomorrow.

wtmoose commented 8 years ago

This is fixed in 1.0.9. I also had to change the name of the AHEasing framework from AHEasing_iOS to just AHEasing. So you'll need re-add AHEasing your project after updating Carthage.