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: about 1 year 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 (over 9 years ago)
- Default Branch: master
- Last Pushed: 2022-10-06T22:36:12.000Z (almost 4 years ago)
- Last Synced: 2024-10-31T15:44:01.607Z (over 1 year 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
[](https://travis-ci.org/Kosoku/Quicksilver)
[](http://codecov.io/github/Kosoku/Quicksilver)
[](https://github.com/Carthage/Carthage)
[](http://cocoapods.org/?q=Quicksilver)
[]()
[](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`