24pods
A swift wrapper for HanekeSwift to provide an objective-c compatible interface
License: MIT
helper functions to bind UITableView or UICollectionView instances to ViewModels in MVVM architecture
License: MIT
A configuration tool to change iOS Apps' behavior on the fly. If you want to host Google Tag Manager on your own, this is the tool of choice.
License: MIT
helper functions to bind UITableView or UICollectionView instances to arrays
License: MIT
KVOMutableArray provides the functionality to observe a NSMutableArray.
License: MIT
It is a very frustrating experience to locate the resources (assets) provided by the third-party pods. PodAsset provides a simple way to load the resources. And debugging tools if you cannot locate the correct bundles.
License: MIT
The objective is to handle the scenarios which involes mutiple progress signals. For example, when a user wants to login, the app needs to post the login information to the server and download the user infos. In order to display an accurate login progress, we need to handle the progress of both http post and http get operations. RACProgressSubject can merge the multiple progress signals into single signal.
License: MIT
A cache interface for ReactiveCocoa. The underlying cache is HanekeSwift.
License: MIT
ReactiveCocoa (RAC) is an Objective-C framework for Functional Reactive Programming. It provides APIs for composing and transforming streams of values.
License: MIT
It allows you to test reactive signals without tedious subscribeNext
License: MIT
A intermediate proxy class to forward Objective-C delegate messages. It checks the selector contained in specific protocol(s) to avoid infinite loop for keyboard dependent views like UITextField and UITextView.
License: Custom