blob: 58ba783fcd48dd206ea9986242af3a6f3ca0e5a4 [file] [log] [blame]
{
"name": "XCTest-Gherkin",
"version": "0.1.0",
"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.1.0"
},
"platforms": {
"ios": "8.0"
},
"requires_arc": true,
"source_files": "Pod/Classes/**/*",
"resource_bundles": {
"XCTest-Gherkin": [
"Pod/Assets/*.png"
]
},
"frameworks": "XCTest"
}