blob: c683cc6c9f71b58c79d993c352c8f45451e08897 [file] [log] [blame]
{
"name": "CucumberSwift",
"version": "2.1.24",
"summary": "A lightweight swift only cucumber implementation.",
"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",
"homepage": "https://github.com/Tyler-Keith-Thompson/CucumberSwift",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Tyler Thompson": "Tyler.Thompson@Asynchrony.com"
},
"source": {
"git": "https://github.com/Tyler-Keith-Thompson/CucumberSwift.git",
"tag": "2.1.24"
},
"platforms": {
"ios": "10.0"
},
"swift_version": "4.2",
"source_files": "CucumberSwift/**/*.{swift,h,m}",
"resources": [
"CucumberSwift/**/*.{json}"
],
"frameworks": "XCTest",
"pod_target_xcconfig": {
"FRAMEWORK_SEARCH_PATHS": "$(inherited) \"$(PLATFORM_DIR)/Developer/Library/Frameworks\""
},
"subspecs": [
{
"name": "snippets",
"resources": [
"CucumberSwift/**/*.{codesnippet,sh}"
]
},
{
"name": "syntax",
"resources": [
"CucumberSwift/Gherkin/**/*.{xclangspec,sh,ideplugin}"
]
}
]
}