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