blob: a1ad7d373e6b13f7ef67102e36c3a42f47296280 [file] [log] [blame]
{
"name": "QuickSwiftCheck",
"version": "1.2.0",
"summary": "Quick + Nimble + SwiftCheck",
"homepage": "https://github.com/akashivskyy/QuickSwiftCheck",
"authors": "Adrian Kashivskyy",
"social_media_url": "https://twitter.com/akashivskyy",
"license": {
"type": "MIT",
"file": "LICENSE.md"
},
"source": {
"git": "https://github.com/akashivskyy/QuickSwiftCheck.git",
"tag": "1.2.0"
},
"source_files": "QuickSwiftCheck/Sources",
"dependencies": {
"Quick": [
"~> 1.2.0"
],
"Nimble": [
"~> 7.0.2"
],
"SwiftCheck": [
"~> 0.8.1"
]
},
"frameworks": "XCTest",
"requires_arc": true,
"platforms": {
"ios": "8.0",
"osx": "10.10",
"tvos": "9.0"
},
"pushed_with_swift_version": "3.2"
}