[Add] ThinkingDataCore 1.0.2
[CocoaPods.git] / Specs / 8 / d / 1 / XCTest-Gherkin / 0.21.2 / XCTest-Gherkin.podspec.json
blob0be03427dc0b6c0d50391ed8317756a563697984
2   "name": "XCTest-Gherkin",
3   "version": "0.21.2",
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.21.2"
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   ],
28   "default_subspecs": "Core",
29   "pod_target_xcconfig": {
30     "ENABLE_BITCODE": "NO"
31   },
32   "frameworks": "XCTest",
33   "subspecs": [
34     {
35       "name": "Core",
36       "source_files": "Pod/Core/**/*"
37     },
38     {
39       "name": "Native",
40       "source_files": [
41         "Pod/Native/**/*.swift",
42         "Pod/Native/**/*.m",
43         "Pod/Native/**/*.h"
44       ],
45       "resources": [
46         "Pod/Native/gherkin-languages.json"
47       ],
48       "dependencies": {
49         "XCTest-Gherkin/Core": [
51         ]
52       }
53     }
54   ],
55   "swift_version": "5.0"