[Add] NECommonKit 9.7.1
[CocoaPods.git] / Specs / 2 / 8 / 3 / FataMorgana / 0.4.0 / FataMorgana.podspec.json
blob33e94ab36e9f673817488e33bded77a0da694ff8
2   "name": "FataMorgana",
3   "version": "0.4.0",
4   "summary": "FataMorgana generates mocks using Mirage library.",
5   "description": "FataMorgana generates mocks using Mirage library.\n\nIt uses Sourcery as a code generator and provides several templates and annotations.\n\nv0.4.0\n  - added variables for classes\n  - fixed \"any\" names of generic functions\n\nv0.3.0\n  - added variables for protocols\n  - fixed methods duplication with class inheritance/implementation\n  - fixed several bugs\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",
6   "homepage": "https://github.com/valnoc/FataMorgana",
7   "license": "MIT",
8   "authors": {
9     "Valeriy Bezuglyy": "valnocorner@gmail.com"
10   },
11   "source": {
12     "git": "https://github.com/valnoc/FataMorgana.git",
13     "tag": "v0.4.0"
14   },
15   "platforms": {
16     "ios": "9.0"
17   },
18   "requires_arc": true,
19   "source_files": "Template/**/*{.stencil}",
20   "dependencies": {
21     "Mirage": [
22       "~> 1.0"
23     ]
24   }