blob: 7ac216705182c9acf4fde700e12b566682c1e432 [file] [log] [blame]
{
"name": "Mirage",
"version": "2.1.0",
"summary": "Mirage is a mocking library for swift projects. The recommended way is to use github.com/valnoc/FataMorgana for Mirage mocks generation.",
"description": "Mirage is a mocking library for swift projects. The recommended way is to use https://github.com/valnoc/FataMorgana for Mirage mocks generation to avoid writing them manually.\nFeatures.\nUsing Mirage you can:\n- create mocks, stubs, partial mocks\n- verify func call times\n- get call arguments history",
"homepage": "https://github.com/valnoc/Mirage",
"license": "MIT",
"authors": {
"Valeriy Bezuglyy": "valnocorner@gmail.com"
},
"source": {
"git": "https://github.com/valnoc/Mirage.git",
"tag": "2.1.0"
},
"swift_versions": "5.0",
"platforms": {
"ios": "9.0"
},
"requires_arc": true,
"source_files": "Source/Mirage/**/*{.swift}",
"swift_version": "5.0"
}