blob: 1af11e40d167c4be1e593b916092cb5f75a3783c [file] [log] [blame]
{
"name": "Smock",
"version": "0.2.0",
"summary": "Makes mocking in Swift easier",
"description": "Smock makes testing protocol extensions in Swift easier by providing capability to record selector calls, parameters and stub return values",
"homepage": "https://github.com/kviksilver/Smock",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"kviksilver": "berceg@gmail.com"
},
"source": {
"git": "https://github.com/kviksilver/Smock.git",
"tag": "0.2.0"
},
"social_media_url": "https://twitter.com/kviksilver",
"platforms": {
"ios": "8.0",
"osx": "10.11",
"tvos": "9.0"
},
"source_files": "Sources/**/*",
"frameworks": [
"XCTest",
"Foundation"
],
"pushed_with_swift_version": "3.0"
}