[Add] ACWebSocketClient 0.1.0
[CocoaPods.git] / Specs / 2 / 8 / 3 / FataMorgana / 0.2.0 / FataMorgana.podspec.json
blob18ca17a341de6f3a708dfd2bfe82e501fd74fd5f
2   "name": "FataMorgana",
3   "version": "0.2.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.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.2.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   }