blob: 59b682aca46962bf294e6cbe1d34dd27c9010b78 [file] [log] [blame]
{
"name": "XCTest-Gherkin",
"version": "0.14.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.14.2"
},
"platforms": {
"ios": "8.0",
"osx": "10.10.0"
},
"requires_arc": true,
"swift_version": "4.1",
"default_subspecs": "Core",
"pod_target_xcconfig": {
"ENABLE_BITCODE": "NO"
},
"frameworks": "XCTest",
"subspecs": [
{
"name": "Core",
"source_files": "Pod/Core/**/*"
},
{
"name": "Native",
"source_files": "Pod/Native/**/*",
"dependencies": {
"XCTest-Gherkin/Core": [
]
}
}
]
}