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