-
Notifications
You must be signed in to change notification settings - Fork 44
Expand file tree
/
Copy pathSpectre.podspec.json
More file actions
30 lines (30 loc) · 935 Bytes
/
Spectre.podspec.json
File metadata and controls
30 lines (30 loc) · 935 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
{
"name": "Spectre",
"version": "0.10.1",
"summary": "BDD Framework and test runner for Swift projects and playgrounds",
"description": "A behavior-driven development (BDD) framework and test runner for Swift projects and playgrounds. Foundation-free and Linux-ready!",
"homepage": "https://github.com/kylef/Spectre",
"source": {
"git": "https://github.com/kylef/Spectre.git",
"tag": "0.10.1"
},
"authors": {
"Kyle Fuller": "kyle@fuller.li"
},
"license": {
"type": "BSD",
"file": "LICENSE"
},
"source_files": [
"Sources/Spectre/Case.swift",
"Sources/Spectre/Context.swift",
"Sources/Spectre/Expectation.swift",
"Sources/Spectre/Failure.swift",
"Sources/Spectre/Global.swift",
"Sources/Spectre/GlobalContext.swift",
"Sources/Spectre/Path.swift",
"Sources/Spectre/Reporter.swift",
"Sources/Spectre/Reporters.swift",
"Sources/Spectre/XCTest.swift"
]
}