4pods
ASTimer was created to add a convinient way to manage NSTimers that need to persist over background to foreground state changes or other arbitrarly NSNotificationCenter notifications. You will be able to set the initial start time for the timer, a completion block, and listen to NSNotificationCenter notifications to pasuse/resume the timer.
License: MIT
What is Codable Cache? It's a framework that allows for seamless memory caching and disk persistence of your plain old Swift structs. Simply define a model and conform to Encodable – you're ready to use Codable Cache.
License: MIT