[Add] APSDKMediationMintegral 0.0.19
[CocoaPods.git] / Specs / 8 / 0 / 1 / CucumberSwiftExpressions / 0.0.7 / CucumberSwiftExpressions.podspec.json
blob1332393f521cb3de8beb919b3824aadbeefcea9a
2   "name": "CucumberSwiftExpressions",
3   "version": "0.0.7",
4   "summary": "A cucumber expressions implementation in Swift.",
5   "description": "Cucumber supports expressions, a custom alternative to regular expressions. This is a supplemental library for CucumberSwift that can parse these expressions.\n\nIt is possible to use this as a standalone library for parsing Cucumber expressions with Swift. Check out our docs for more info.",
6   "homepage": "https://github.com/Tyler-Keith-Thompson/CucumberSwiftExpressions",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Tyler Thompson": "Tyler.Keith.Thompson@gmail.com"
13   },
14   "source": {
15     "git": "https://github.com/Tyler-Keith-Thompson/CucumberSwiftExpressions.git",
16     "tag": "0.0.7"
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/CucumberSwiftExpressions/CucumberSwiftExpressions.docc/",
26   "swift_version": "5.4"