4 "summary": "Quicksilver is an iOS/macOS/tvOS/watchOS framework that extends the collection classes and makes them easier to work with.",
5 "description": "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. The added methods are modeled after the related list functions (`map`,`filter`,`reduce`, etc.) in Haskell.",
6 "homepage": "https://github.com/Kosoku/Quicksilver",
12 "William Towe": "willbur1984@gmail.com"
15 "git": "https://github.com/Kosoku/Quicksilver.git",
25 "source_files": "Quicksilver/**/*.{h,m}",
26 "exclude_files": "Quicksilver/Quicksilver-Info.h",