CocoaPods trunk is moving to be read-only. Read more on the blog, there are 9 months to go.

zackliston

2pods

ZLPromptUserReview

This project allows you (the iOS dev) to prompt users to review your app. It also has features to automate the prompt.

License: MIT

  • Objective C

ZLTaskManager

There are many ways to dispatch work with Objective-C, from Grand Central Dispatch to NSOperations however, none of these approaches handle persisting work. ZLTaskManager fills this void. With this library we can persist work from app launch to app launch. We can make sure this work is retried again and again until it succeeds (or until we decide to stop retrying it, more on this later). And thanks to this we can start work without adding endless failsafes to make sure that it is done correctly.

License: MIT

  • Objective C