[Add] YLCategory-MacOS 1.1.3
[CocoaPods.git] / Specs / a / 1 / 3 / CucumberSwift / 2.2.33 / CucumberSwift.podspec.json
blob2f46102078d08b82b4c5d5daa07ba9f0f513db73
2   "name": "CucumberSwift",
3   "version": "2.2.33",
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": "2.2.33"
17   },
18   "platforms": {
19     "ios": "8.0",
20     "osx": "10.9",
21     "tvos": "9.0"
22   },
23   "swift_versions": "5.0",
24   "source_files": "CucumberSwift/**/*.{swift,h,m}",
25   "resources": [
26     "CucumberSwift/**/*.{json}"
27   ],
28   "frameworks": "XCTest",
29   "pod_target_xcconfig": {
30     "FRAMEWORK_SEARCH_PATHS": "$(inherited) \"$(PLATFORM_DIR)/Developer/Library/Frameworks\""
31   },
32   "subspecs": [
33     {
34       "name": "snippets",
35       "resources": [
36         "CucumberSwift/**/*.{codesnippet,sh}"
37       ]
38     },
39     {
40       "name": "syntax",
41       "resources": [
42         "CucumberSwift/Gherkin/**/*.{xclangspec,sh,ideplugin}"
43       ]
44     }
45   ],
46   "swift_version": "5.0"