Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/kosoku/quicksilver
- Owner: Kosoku
- License: apache-2.0
- Created: 2017-03-09T01:58:55.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2022-10-06T22:36:12.000Z (about 2 years ago)
- Last Synced: 2024-10-31T15:44:01.607Z (about 2 months ago)
- Topics: blocks, enumeration, ios, macos, tvos, watchos
- Language: Objective-C
- Homepage:
- Size: 80.1 KB
- Stars: 3
- Watchers: 3
- Forks: 1
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
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`