[Add] RXSDK_Pure 3.0.301
[CocoaPods.git] / Specs / d / 3 / 8 / Quicksilver / 1.0.3 / Quicksilver.podspec.json
blob9adced683d2da9c2464385cc2781261f853e4760
2   "name": "Quicksilver",
3   "version": "1.0.3",
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",
7   "license": {
8     "type": "BSD",
9     "file": "license.txt"
10   },
11   "authors": {
12     "William Towe": "willbur1984@gmail.com"
13   },
14   "source": {
15     "git": "https://github.com/Kosoku/Quicksilver.git",
16     "tag": "1.0.3"
17   },
18   "platforms": {
19     "ios": "10.0",
20     "osx": "10.12",
21     "tvos": "10.0",
22     "watchos": "3.0"
23   },
24   "requires_arc": true,
25   "source_files": "Quicksilver/**/*.{h,m}",
26   "exclude_files": "Quicksilver/Quicksilver-Info.h",
27   "frameworks": [
28     "Foundation",
29     "CoreGraphics"
30   ]