blob: b592d4df6ecdc759d90e0d5bb07d0ad021c897e0 [file] [log] [blame]
{
"name": "XCTest-Gherkin",
"version": "0.3.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": "sam.dean@net-a-porter.com"
},
"source": {
"git": "https://github.com/net-a-porter-mobile/XCTest-Gherkin.git",
"tag": "0.3.2"
},
"platforms": {
"ios": "8.0"
},
"requires_arc": true,
"default_subspecs": "Core",
"frameworks": "XCTest",
"subspecs": [
{
"name": "Core",
"source_files": "Pod/Core/**/*"
},
{
"name": "Native",
"source_files": "Pod/Native/**/*",
"dependencies": {
"XCTest-Gherkin/Core": [
]
}
}
]
}