blob: d7c7c5126f5dfbf12a13d240127a6e7777e19c44 [file] [log] [blame]
{
"name": "QuickSwiftCheck",
"version": "3.0.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": "3.0.0"
},
"source_files": "QuickSwiftCheck/Sources",
"dependencies": {
"Nimble": [
"~> 8.0"
],
"Quick": [
"~> 2.0"
],
"SwiftCheck": [
"~> 0.12"
]
},
"frameworks": "XCTest",
"swift_versions": "5.0",
"requires_arc": true,
"platforms": {
"ios": "8.0",
"osx": "10.10",
"tvos": "9.0"
}
}