[Add] TestFrameworkIos1 1.0.2
[CocoaPods.git] / Specs / 2 / b / 4 / swift-algorithms / 1.0.0 / swift-algorithms.podspec.json
blob36090d1298c1e958aaf5bda45a1e91babd381f78
2   "name": "swift-algorithms",
3   "module_name": "Algorithms",
4   "version": "1.0.0",
5   "summary": "A pod for swift-algorithms",
6   "description": "Contains common algorithms and data structures for swift.",
7   "homepage": "https://github.com/apple/swift-algorithms",
8   "license": {
9     "type": "Apache License, Version 2.",
10     "file": "LICENSE.txt"
11   },
12   "authors": {
13     "Apple": "apple@apple.com"
14   },
15   "source": {
16     "git": "https://github.com/apple/swift-algorithms.git",
17     "tag": "1.0.0"
18   },
19   "requires_arc": true,
20   "platforms": {
21     "ios": "12.0",
22     "watchos": "3.0"
23   },
24   "swift_versions": "5.0",
25   "watchos": {
26     "exclude_files": "Sources/Algorithms/RandomSample.swift"
27   },
28   "ios": {
29     "dependencies": {
30       "swift-numerics-real": [
32       ]
33     }
34   },
35   "source_files": "Sources/Algorithms/**/*.{h,m,swift}",
36   "swift_version": "5.0"