blob: dc3fbfff65430a31fc21f3b6f6dd6b0fa2448648 [file] [log] [blame]
{
"name": "Quick",
"version": "0.4.0",
"summary": "The Swift (and Objective-C) testing framework.",
"description": " Quick is a behavior-driven development framework for Swift and Objective-C. Inspired by RSpec, Specta, and Ginkgo.\n",
"homepage": "https://github.com/Quick/Quick",
"license": {
"type": "Apache 2.0",
"file": "LICENSE"
},
"authors": "Quick Contributors",
"platforms": {
"ios": "7.0",
"osx": "10.10"
},
"source": {
"git": "https://github.com/Quick/Quick.git",
"tag": "v0.4.0"
},
"source_files": [
"Quick",
"Quick/**/*.{swift,h,m}"
],
"frameworks": "XCTest",
"requires_arc": true
}