blob: 18ca17a341de6f3a708dfd2bfe82e501fd74fd5f [file] [log] [blame]
{
"name": "FataMorgana",
"version": "0.2.0",
"summary": "FataMorgana generates mocks using Mirage library.",
"description": "FataMorgana generates mocks using Mirage library.\n\nIt uses Sourcery as a code generator and provides several templates and annotations.\n\nv0.2.0\n - refactored template\n - fixed several bugs with callRealFunc generation\n - both mirageMock and miragePartial generate now one file Mock{...}\n - avoid initializers generation\n - added temporary throws workaround\n\nv0.1.0\n\t-\tinitial",
"homepage": "https://github.com/valnoc/FataMorgana",
"license": "MIT",
"authors": {
"Valeriy Bezuglyy": "valnocorner@gmail.com"
},
"source": {
"git": "https://github.com/valnoc/FataMorgana.git",
"tag": "v0.2.0"
},
"platforms": {
"ios": "9.0"
},
"requires_arc": true,
"source_files": "Template/**/*{.stencil}",
"dependencies": {
"Mirage": [
"~> 1.0"
]
}
}