Skip to content

Commit

Permalink
upd podspec
Browse files Browse the repository at this point in the history
  • Loading branch information
valnoc committed Aug 20, 2020
1 parent f1184e1 commit d25ba1c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion FataMorgana.podspec
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@

Pod::Spec.new do |s|
s.name = "FataMorgana"
s.version = "2.0.0"
s.version = "2.0.1"
s.summary = "FataMorgana generates mocks using Mirage library."
s.description = <<-DESC
FataMorgana generates mocks using Mirage library.
Expand Down
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,9 @@ Requires **Sourcery 0.18.0** and **Mirage 2.0+**.
4. Add build phase for mocks generation

#### Carthage
Add this line into your Cartfile, run `carthage update --platform iOS` and link binary to the target as you always do it)
Add this lines 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
```
The needed Mock.stencil is located in **Template** folder
Expand Down

0 comments on commit d25ba1c

Please sign in to comment.