[Add] YLCategory-MacOS 1.1.3
[CocoaPods.git] / Specs / a / 1 / 3 / CucumberSwift / 2.1.6 / CucumberSwift.podspec.json
blob1ade12e7815124b2c5111aa80ad615f34b300fab
2   "name": "CucumberSwift",
3   "version": "2.1.6",
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.1.6"
17   },
18   "platforms": {
19     "ios": "10.0"
20   },
21   "swift_version": "4.2",
22   "source_files": "CucumberSwift/**/*.{swift,h,m}",
23   "resources": [
24     "CucumberSwift/**/*.{json}"
25   ],
26   "frameworks": "XCTest",
27   "pod_target_xcconfig": {
28     "FRAMEWORK_SEARCH_PATHS": "$(inherited) \"$(PLATFORM_DIR)/Developer/Library/Frameworks\""
29   },
30   "subspecs": [
31     {
32       "name": "snippets",
33       "resources": [
34         "CucumberSwift/**/*.{codesnippet}"
35       ],
36       "script_phases": [
37         {
38           "name": "Copy Snippets",
39           "script": "\n            mkdir -p ~/Library/Developer/Xcode/UserData/CodeSnippets/\n            find ${PODS_TARGET_SRCROOT} -name \"*.codesnippet\" -exec cp -f {} ~/Library/Developer/Xcode/UserData/CodeSnippets/ \\;\n          ",
40           "execution_position": "before_compile"
41         }
42       ]
43     },
44     {
45       "name": "syntax",
46       "resources": [
47         "CucumberSwift/**/*.{xclangspec,sh}"
48       ]
49     }
50   ]