[Add] AlibabacloudBPStudio20210931 4.0.4
[CocoaPods.git] / Specs / 8 / 0 / 9 / Quick / 7.4.1 / Quick.podspec.json
blob122e1c2f5c472d81300ad7a50db99014abd1c856
2   "name": "Quick",
3   "version": "7.4.1",
4   "summary": "The Swift (and Objective-C) testing framework.",
5   "description": "Quick is a behavior-driven development framework for Swift and Objective-C. Inspired by RSpec, Specta, and Ginkgo.",
6   "homepage": "https://github.com/Quick/Quick",
7   "license": {
8     "type": "Apache 2.0",
9     "file": "LICENSE"
10   },
11   "authors": "Quick Contributors",
12   "platforms": {
13     "ios": "13.0",
14     "osx": "10.15",
15     "tvos": "13.0",
16     "visionos": "1.0"
17   },
18   "source": {
19     "git": "https://github.com/Quick/Quick.git",
20     "tag": "v7.4.1"
21   },
22   "source_files": "Sources/**/*.{swift,h,m}",
23   "header_dir": "Quick",
24   "public_header_files": [
25     "Sources/QuickObjectiveC/Configuration/QuickConfiguration.h",
26     "Sources/QuickObjectiveC/DSL/QCKDSL.h",
27     "Sources/QuickObjectiveC/Quick.h",
28     "Sources/QuickObjectiveC/QuickSpec.h"
29   ],
30   "exclude_files": [
31     "Sources/Quick/QuickSpec.swift",
32     "Sources/Quick/QuickMain.swift"
33   ],
34   "frameworks": "XCTest",
35   "requires_arc": true,
36   "pod_target_xcconfig": {
37     "APPLICATION_EXTENSION_API_ONLY": "YES",
38     "DEFINES_MODULE": "YES",
39     "ENABLE_BITCODE": "NO",
40     "ENABLE_TESTING_SEARCH_PATHS": "YES",
41     "OTHER_LDFLAGS": "$(inherited) -Xlinker -no_application_extension"
42   },
43   "cocoapods_version": ">= 1.4.0",
44   "swift_versions": [
45     "5.0"
46   ],
47   "swift_version": "5.0"