blob: 13ebfc6f2a2ebd421ac007d9aa3cef7622dc1857 [file] [log] [blame]
{
"name": "Mirage",
"version": "2.0.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.0.0"
},
"swift_versions": "5.0",
"platforms": {
"ios": "9.0"
},
"requires_arc": true,
"source_files": "Source/Mirage/**/*{.swift}",
"swift_version": "5.0"
}