blob: 6a7c8703ccdf472e27e2cd8f55e71f09e8e46e87 [file] [log] [blame]
{
"name": "XCTest-Gherkin",
"version": "0.19.2",
"summary": "Gherkin style tests",
"description": "Adds Gherkin syntax to XCTestCase",
"homepage": "https://github.com/net-a-porter-mobile/XCTest-Gherkin",
"license": {
"type": "Apache",
"file": "LICENSE"
},
"authors": {
"Sam Dean": "deanWombourne@gmail.com"
},
"source": {
"git": "https://github.com/net-a-porter-mobile/XCTest-Gherkin.git",
"tag": "0.19.2"
},
"platforms": {
"ios": "8.0",
"osx": "10.10.0"
},
"requires_arc": true,
"swift_versions": [
"4.0",
"4.2",
"5.0"
],
"default_subspecs": "Core",
"pod_target_xcconfig": {
"ENABLE_BITCODE": "NO"
},
"frameworks": "XCTest",
"subspecs": [
{
"name": "Core",
"source_files": "Pod/Core/**/*"
},
{
"name": "Native",
"source_files": [
"Pod/Native/**/*.swift",
"Pod/Native/**/*.m",
"Pod/Native/**/*.h"
],
"resources": [
"Pod/Native/gherkin-languages.json"
],
"dependencies": {
"XCTest-Gherkin/Core": [
]
}
}
],
"swift_version": "5.0"
}