[Add] DittoObjC 4.9.2
[CocoaPods.git] / Specs / 6 / 3 / 7 / SwiftAlgorithms / 1.0.0 / SwiftAlgorithms.podspec.json
blobde698abebf00a8930dea72f3d36611ee44e74105
2   "name": "SwiftAlgorithms",
3   "module_name": "Algorithms",
4   "version": "1.0.0",
5   "summary": "Swift Algorithms is an open-source package of sequence and collection algorithms, along with their related types.",
6   "description": "Unofficial pod for the swift-algorithms library.",
7   "homepage": "https://github.com/apple/swift-algorithms",
8   "license": {
9     "type": "Apache License, Version 2.0",
10     "file": "LICENSE.txt"
11   },
12   "authors": {
13     "Jon Shier": "jon@jonshier.com"
14   },
15   "source": {
16     "git": "https://github.com/apple/swift-algorithms.git",
17     "tag": "1.0.0"
18   },
19   "source_files": [
20     "Sources/**/*.{swift}"
21   ],
22   "exclude_files": [
23     "Sources/Algorithms/RandomSample.swift"
24   ],
25   "platforms": {
26     "ios": "10.0",
27     "osx": "10.12",
28     "tvos": "10.0",
29     "watchos": "3.0"
30   },
31   "swift_versions": [
32     "5"
33   ],
34   "swift_version": "5"