blob: 17bc64cc55f39121bac600287cdbef496802737a [file] [log] [blame]
{
"name": "QuickSwiftCheck",
"version": "2.1.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": "2.1.0"
},
"source_files": "QuickSwiftCheck/Sources",
"dependencies": {
"Nimble": [
"~> 7.1"
],
"Quick": [
"~> 1.3"
],
"SwiftCheck": [
"~> 0.10"
]
},
"frameworks": "XCTest",
"requires_arc": true,
"platforms": {
"ios": "8.0",
"osx": "10.10",
"tvos": "9.0"
}
}