[Add] ZJSDK 2.5.8.16
[CocoaPods.git] / Specs / 7 / 4 / b / Spectre / 0.9.2 / Spectre.podspec.json
blob396a37e040df95a575f3f77c2d9cd106edb03d7d
2   "name": "Spectre",
3   "version": "0.9.2",
4   "summary": "BDD Framework and test runner for Swift projects and playgrounds",
5   "description": "A behavior-driven development (BDD) framework and test runner for Swift projects and playgrounds. Foundation-free and Linux-ready!",
6   "homepage": "https://github.com/kylef/Spectre",
7   "source": {
8     "git": "https://github.com/kylef/Spectre.git",
9     "tag": "0.9.2"
10   },
11   "authors": {
12     "Kyle Fuller": "kyle@fuller.li"
13   },
14   "license": {
15     "type": "BSD",
16     "file": "LICENSE"
17   },
18   "source_files": [
19     "Sources/Spectre/Case.swift",
20     "Sources/Spectre/Context.swift",
21     "Sources/Spectre/Expectation.swift",
22     "Sources/Spectre/Failure.swift",
23     "Sources/Spectre/Global.swift",
24     "Sources/Spectre/GlobalContext.swift",
25     "Sources/Spectre/Reporter.swift",
26     "Sources/Spectre/Reporters.swift",
27     "Sources/Spectre/XCTest.swift",
28     "Sources/Spectre/XCTest@4.swift"
29   ],
30   "pushed_with_swift_version": "5",
31   "platforms": {
32     "osx": null,
33     "ios": null,
34     "tvos": null,
35     "watchos": null
36   }