Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/kosoku/quicksilver

Quicksilver is an iOS/macOS/tvOS/watchOS framework that extends the collection classes and makes them easier to work with.
https://github.com/kosoku/quicksilver

blocks enumeration ios macos tvos watchos

Last synced: 15 days ago
JSON representation

Quicksilver is an iOS/macOS/tvOS/watchOS framework that extends the collection classes and makes them easier to work with.

Awesome Lists containing this project

README

        

## Quicksilver

[![Build Status](https://travis-ci.org/Kosoku/Quicksilver.svg?branch=master)](https://travis-ci.org/Kosoku/Quicksilver)
[![codecov.io](http://codecov.io/github/Kosoku/Quicksilver/branch/master/graphs/badge.svg)](http://codecov.io/github/Kosoku/Quicksilver)
[![Carthage compatible](https://img.shields.io/badge/Carthage-compatible-4BC51D.svg?style=flat)](https://github.com/Carthage/Carthage)
[![Version](http://img.shields.io/cocoapods/v/Quicksilver.svg)](http://cocoapods.org/?q=Quicksilver)
[![Platform](http://img.shields.io/cocoapods/p/Quicksilver.svg)]()
[![License](http://img.shields.io/cocoapods/l/Quicksilver.svg)](https://github.com/Kosoku/Quicksilver/blob/master/license.txt)

*Quicksilver* is an iOS/macOS/tvOS/watchOS framework that extends the collection classes (`NSArray`,`NSSet`,`NSOrderedSet`,`NSDictionary`, and `NSString`) and makes them easier to work with.

### Installation

You can install *Quicksilver* using [cocoapods](https://cocoapods.org/), [Carthage](https://github.com/Carthage/Carthage), or as a framework.

### Dependencies

Apple:

- `Foundation`
- `CoreGraphics`