CocoaPods trunk is moving to be read-only. Read more on the blog, there are 12 months to go.
2pods
Provides the following classes of atomic wrappers:
AtomicBoolean: atomic wrapper for a BOOL flagAtomicInteger: atomic wrapper for a NSInteger (32 or 64bit, depending on the architecture it's compiled for) with additional counter semantics (add-and-get, get-and-add)AtomicReference: atomic NSObject wrapperLicense: MIT
BBCyclingLabel is just like a UILabel but allows you to perform custom animations when changing text.
License: Custom