blob: 5f8e99a9cf692de13f38be2bb7c863504e704e60 [file] [log] [blame]
{
"name": "Mirage",
"version": "0.3.1",
"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",
"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.1"
},
"platforms": {
"ios": "9.0"
},
"requires_arc": true,
"source_files": "Mirage/**/*{.swift}",
"pushed_with_swift_version": "3.0"
}