[Add] APSDKMediationMintegral 0.0.19
[CocoaPods.git] / Specs / d / 3 / 8 / Quicksilver / 2.0.3 / Quicksilver.podspec.json
blobbdba5c4cfb715f45947310ee8b0aca0e4cb5dd15
2   "name": "Quicksilver",
3   "version": "2.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": "Apache 2.0",
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": "2.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   ]