forked from kylef/Spectre
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathSpectre.podspec.json
30 lines (30 loc) · 937 Bytes
/
Spectre.podspec.json
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.9.2",
"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.9.2"
},
"authors": {
"Kyle Fuller": "[email protected]"
},
"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/Reporter.swift",
"Sources/Spectre/Reporters.swift",
"Sources/Spectre/XCTest.swift",
"Sources/Spectre/[email protected]"
]
}