blob: ac0bfefb690dfb43201d6e0c937002b484d80f92 [file] [log] [blame]
{
"name": "Quick",
"version": "0.2.3",
"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.2.3"
},
"source_files": [
"Quick",
"Quick/**/*.{swift,h,m}"
],
"frameworks": "XCTest",
"requires_arc": true
}