[Add] DocumentReaderFullStage 7.5.10940
[CocoaPods.git] / Specs / 8 / d / 1 / XCTest-Gherkin / 0.19.1 / XCTest-Gherkin.podspec.json
blobd5aea1ece81ef28be7f904121e6c39cfe1e11232
2   "name": "XCTest-Gherkin",
3   "version": "0.19.1",
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": "deanWombourne@gmail.com"
13   },
14   "source": {
15     "git": "https://github.com/net-a-porter-mobile/XCTest-Gherkin.git",
16     "tag": "0.19.1"
17   },
18   "platforms": {
19     "ios": "8.0",
20     "osx": "10.10.0"
21   },
22   "requires_arc": true,
23   "swift_versions": [
24     "4.0",
25     "4.2",
26     "5.0",
27     "5.0"
28   ],
29   "default_subspecs": "Core",
30   "pod_target_xcconfig": {
31     "ENABLE_BITCODE": "NO"
32   },
33   "frameworks": "XCTest",
34   "swift_version": "5.0",
35   "subspecs": [
36     {
37       "name": "Core",
38       "source_files": "Pod/Core/**/*"
39     },
40     {
41       "name": "Native",
42       "source_files": [
43         "Pod/Native/**/*.swift",
44         "Pod/Native/**/*.m",
45         "Pod/Native/**/*.h"
46       ],
47       "resources": [
48         "Pod/Native/gherkin-languages.json"
49       ],
50       "dependencies": {
51         "XCTest-Gherkin/Core": [
53         ]
54       }
55     }
56   ]