blob: d8e04cebbeeda6fd52692c8dec3554ec3797bd3b [file] [log] [blame]
{
"name": "CucumberSwiftBeta",
"version": "0.0.4",
"summary": "Beta for CucumberSwift.",
"description": "This repo is for those brave souls who want to try out new possibly very unstable features and give some feedback on them.",
"homepage": "https://github.com/Tyler-Keith-Thompson/CucumberSwiftBeta",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Tyler Thompson": "Tyler.Thompson@Asynchrony.com"
},
"source": {
"git": "https://github.com/Tyler-Keith-Thompson/CucumberSwiftBeta.git",
"tag": "0.0.4"
},
"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\""
},
"deprecated": true
}