[Add] AlibabacloudBPStudio20210931 4.0.4
[CocoaPods.git] / Specs / 8 / 0 / 9 / Quick / 0.2.2 / Quick.podspec.json
blob47ad88940eccf6f6865c73765c59c3ddc9235ec7
2   "name": "Quick",
3   "version": "0.2.2",
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.\n",
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": "8.0",
14     "osx": "10.10"
15   },
16   "source": {
17     "git": "https://github.com/Quick/Quick.git",
18     "tag": "v0.2.2"
19   },
20   "source_files": [
21     "Quick",
22     "Quick/**/*.{swift,h,m}"
23   ],
24   "frameworks": "XCTest",
25   "requires_arc": true