blob: adce7fffe675c3fcc79386d091b00b1e3a9482e3 [file] [log] [blame]
{
"name": "CucumberSwift",
"version": "1.0.57",
"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": "1.0.57"
},
"platforms": {
"ios": "10.0"
},
"swift_version": "4.0",
"source_files": "CucumberSwift/**/*.{swift,h,m}",
"resources": [
"CucumberSwift/**/*.{json}"
],
"weak_frameworks": "XCTest",
"pod_target_xcconfig": {
"FRAMEWORK_SEARCH_PATHS": "$(inherited) \"$(PLATFORM_DIR)/Developer/Library/Frameworks\""
}
}