[Add] BUAdTestMeasurement-Beta 6.6.0.7
[CocoaPods.git] / Specs / 8 / d / 1 / XCTest-Gherkin / 0.12.0 / XCTest-Gherkin.podspec.json
blobadeb33e122b22d1dbec8c8e488266714aab37c25
2   "name": "XCTest-Gherkin",
3   "version": "0.12.0",
4   "summary": "Gherkin style tests",
5   "description": "Adds Gherkin syntax to XCTestCase",
6   "homepage": "https://github.com/net-a-porter-mobile/XCTest-Gherkin",
7   "license": {
8     "type": "Apache",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Sam Dean": "sam.dean@net-a-porter.com"
13   },
14   "source": {
15     "git": "https://github.com/net-a-porter-mobile/XCTest-Gherkin.git",
16     "tag": "0.12.0"
17   },
18   "platforms": {
19     "ios": "8.0",
20     "osx": "10.10.0"
21   },
22   "requires_arc": true,
23   "default_subspecs": "Core",
24   "pod_target_xcconfig": {
25     "ENABLE_BITCODE": "NO"
26   },
27   "frameworks": "XCTest",
28   "pushed_with_swift_version": "3.0",
29   "subspecs": [
30     {
31       "name": "Core",
32       "source_files": "Pod/Core/**/*"
33     },
34     {
35       "name": "Native",
36       "source_files": "Pod/Native/**/*",
37       "dependencies": {
38         "XCTest-Gherkin/Core": [
40         ]
41       }
42     }
43   ]