CocoaPods trunk is moving to be read-only. Read more on the blog, there are 13 months to go.
4pods
Swift µframework - AnyError(cause:ErrorType) - providing type erasure for ErrorType(s). Originally designed to be used as the error type associated with a Future or Result - so that when composing futures with map/flatMap the error type is the same and can be propagated through the compositional chain.
License: MIT
func headTail() -> (head: Element, tail: [Element])?; arrayByAppend and arrayByAppendContentsOf non-mutating versions of the stdlib append and appendContentsOfUIViewController; useful when a UIView needs to access UIViewController APIuseAutolayout(), centerInView(..), constrainToWidth(..), constrainToHeight(..)License: MIT
Encapsulates UIKit document picker UI. Allows the user to select iCloud documents (and Google Drive, One Drive, etc), with a simple Future based API
License: MIT
Wrapper for UITableView, UITableViewDataSource and UITableViewDelegate. Convenient when displaying a bounded number of cells (less than 20)
License: MIT