[Add] YLCategory-MacOS 1.1.3
[CocoaPods.git] / Specs / a / 1 / 3 / CucumberSwift / 3.3.18 / CucumberSwift.podspec.json
blob4a0e92cb0a8a43f0fb5c9172293b452563dd1f41
2   "name": "CucumberSwift",
3   "version": "3.3.18",
4   "summary": "A lightweight swift only cucumber implementation.",
5   "description": "This is a swift only cucumber implementation. This particular implementation contains feature, scenario and step level hooks that Cucumberish does not and has the added benefit of not requiring an objective-c bridging header",
6   "homepage": "https://github.com/Tyler-Keith-Thompson/CucumberSwift",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Tyler Thompson": "Tyler.Thompson@Asynchrony.com"
13   },
14   "source": {
15     "git": "https://github.com/Tyler-Keith-Thompson/CucumberSwift.git",
16     "tag": "3.3.18"
17   },
18   "platforms": {
19     "ios": "10.0",
20     "osx": "10.12",
21     "tvos": "10.0"
22   },
23   "swift_versions": "5.4",
24   "source_files": "Sources/**/*.{swift,h,m}",
25   "exclude_files": "Sources/CucumberSwift/CucumberSwift.docc/",
26   "resources": [
27     "Sources/**/*.{json}"
28   ],
29   "frameworks": "XCTest",
30   "pod_target_xcconfig": {
31     "FRAMEWORK_SEARCH_PATHS": "$(inherited) \"$(PLATFORM_DIR)/Developer/Library/Frameworks\""
32   },
33   "subspecs": [
34     {
35       "name": "snippets",
36       "resources": [
37         "Sources/**/*.{codesnippet,sh}"
38       ]
39     },
40     {
41       "name": "syntax",
42       "resources": [
43         "Sources/CucumberSwift/Gherkin/**/*.{xclangspec,sh,ideplugin}"
44       ]
45     }
46   ],
47   "swift_version": "5.4"