From f1184e1ea775d0d4772e2fc97adf6cb31f6dd289 Mon Sep 17 00:00:00 2001 From: Valerii Bezuglyi Date: Thu, 20 Aug 2020 22:34:39 +0300 Subject: [PATCH] fix readme --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index ad9e797..fc85e9b 100644 --- a/README.md +++ b/README.md @@ -19,7 +19,7 @@ It uses [Sourcery](https://github.com/krzysztofzablocki/Sourcery) as a code gene ## Features Using FataMorgana you can generate class and protocol mocks. -Needs **Sourcery 0.16.1** and **Mirage 2.0+**. +Requires **Sourcery 0.18.0** and **Mirage 2.0+**. --- ## Installation @@ -31,9 +31,9 @@ Needs **Sourcery 0.16.1** and **Mirage 2.0+**. #### Carthage Add this line into your Cartfile, run `carthage update --platform iOS` and link binary to the target as you always do it) ```ruby -github "valnoc/Mirage" ~> 2.0 +github "valnoc/FataMorgana" ~> 2.0 ``` -Download *FataMorgana* release find *Mock.stencil* in Templates folder and put it inside projects' dir. +The needed Mock.stencil is located in **Template** folder #### Cocoapods