Search code examples
cocoapodsmasonrysnapkit

How to pod Snapkit without Masonry


If you write pod SnapKit in your Podfile, another pod named Masonry will be also imported automatically.

Since my project is written only in the Swift language, how do I banish Masory from my project?


Solution

  • It's clear that CCBottomRefreshControl relies on Masonry, so Masonry is imported with the former. @orta, thank you.