2 "name": "CucumberSwift",
4 "summary": "A lightweight swift only cucumber implementation.",
5 "description": "This is a swift only cucumber implementation. This particular implementation contains feature, scenario and step level hooks that Cucumberish does not and has the added benefit of not requiring an objective-c bridging header",
6 "homepage": "https://github.com/Tyler-Keith-Thompson/CucumberSwift",
12 "Tyler Thompson": "Tyler.Thompson@Asynchrony.com"
15 "git": "https://github.com/Tyler-Keith-Thompson/CucumberSwift.git",
23 "swift_versions": "5.4",
24 "source_files": "Sources/**/*.{swift,h,m}",
25 "exclude_files": "Sources/CucumberSwift/CucumberSwift.docc/",
30 "CucumberSwiftExpressions": [
34 "frameworks": "XCTest",
35 "pod_target_xcconfig": {
36 "FRAMEWORK_SEARCH_PATHS": "$(inherited) \"$(PLATFORM_DIR)/Developer/Library/Frameworks\""
42 "Sources/**/*.{codesnippet,sh}"
48 "Sources/CucumberSwift/Gherkin/**/*.{xclangspec,sh,ideplugin}"
52 "swift_version": "5.4"