blob: 2d7f3f8a30e9e9e7346206338c5b3274f28ec531 [file] [log] [blame]
{
"name": "QuickSwiftCheck",
"version": "1.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": "1.0.0"
},
"source_files": "QuickSwiftCheck/Sources",
"dependencies": {
"Quick": [
"~> 1.0"
],
"Nimble": [
"~> 7.0"
],
"SwiftCheck": [
"~> 0.8"
]
},
"frameworks": "XCTest",
"requires_arc": true,
"platforms": {
"ios": "8.0",
"osx": "10.10",
"tvos": "9.0"
},
"pushed_with_swift_version": "3.1"
}