blob: fbab53ce2223257892a875c56d2e0f9d1072c49b [file] [log] [blame]
{
"name": "Quick",
"version": "0.3.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": "8.0",
"osx": "10.10"
},
"source": {
"git": "https://github.com/Quick/Quick.git",
"tag": "v0.3.0"
},
"source_files": [
"Quick",
"Quick/**/*.{swift,h,m}"
],
"frameworks": "XCTest",
"requires_arc": true
}