{ "name": "Quick", "version": "0.2.2", "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.2.2" }, "source_files": [ "Quick", "Quick/**/*.{swift,h,m}" ], "frameworks": "XCTest", "requires_arc": true }