blob: 6cf8cdbccfecc67052aa55b398655dca864c7b95 [file] [log] [blame]
{
"name": "Mirage",
"version": "0.3.2",
"summary": "Mirage is a lightweight mocking framework for swift projects.",
"description": "Mirage is a lightweight mocking framework for swift projects.\nFeatures.\nIt provides a mechanism to:\n- create mocks, stubs, partial mocks\n- verify call times\n- get call arguments history\n\nv0.3.2\n\t-\tfixed to use optional result",
"homepage": "https://github.com/valnoc/Mirage",
"license": "MIT",
"authors": {
"Valeriy Bezuglyy": "valnocorner@gmail.com"
},
"source": {
"git": "https://github.com/valnoc/Mirage.git",
"tag": "v0.3.2"
},
"platforms": {
"ios": "9.0"
},
"requires_arc": true,
"source_files": "Mirage/**/*{.swift}",
"pushed_with_swift_version": "4.0"
}