blob: a559f1774531692d83b3f9c799b33c0dc798538f [file] [log] [blame]
{
"name": "Mimus",
"version": "1.1.0",
"summary": "Swift Mocking Library",
"description": "Mimus is a Swift mocking library, aiming to reduce boilerplate code required for building mocks in Swift.\nIt's been battle tested at AirHelp where we've used it extensively across our test suites.",
"homepage": "https://www.airhelp.com",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Pawel Dudek": "pawel.dudek@airhelp.com",
"Paweł Kozielecki": "pawel.kozielecki@airhelp.com"
},
"platforms": {
"ios": "8.0",
"osx": "10.10",
"tvos": "9.0"
},
"source": {
"git": "https://github.com/airhelp/mimus.git",
"tag": "1.1.0"
},
"source_files": [
"Mimus/Source",
"Mimus/Source/**/*.swift"
],
"frameworks": "XCTest"
}