[Add] AlibabacloudBPStudio20210931 4.0.4
[CocoaPods.git] / Specs / 8 / 0 / 9 / Quick / 0.7.0 / Quick.podspec.json
blob623da0c3addc2f753f1a3591ed72b45431fbaab0
2   "name": "Quick",
3   "version": "0.7.0",
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": "7.0",
14     "osx": "10.9"
15   },
16   "source": {
17     "git": "https://github.com/Quick/Quick.git",
18     "tag": "v0.7.0"
19   },
20   "source_files": [
21     "Quick",
22     "Quick/**/*.{swift,h,m}"
23   ],
24   "public_header_files": [
25     "Quick/Configuration/QuickConfiguration.h",
26     "Quick/DSL/QCKDSL.h",
27     "Quick/Quick.h",
28     "Quick/QuickSpec.h"
29   ],
30   "frameworks": "XCTest",
31   "requires_arc": true,
32   "pod_target_xcconfig": {
33     "ENABLE_BITCODE": "NO"
34   }