Skip to content

Commit

Permalink
spec
Browse files Browse the repository at this point in the history
  • Loading branch information
valnoc committed Aug 26, 2018
1 parent a91a3c5 commit 968276d
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion FataMorgana.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -9,13 +9,20 @@

Pod::Spec.new do |s|
s.name = "FataMorgana"
s.version = "0.1.0"
s.version = "0.2.0"
s.summary = "FataMorgana generates mocks using Mirage library."
s.description = <<-DESC
FataMorgana generates mocks using Mirage library.
It uses Sourcery as a code generator and provides several templates and annotations.
v0.2.0
- refactored template
- fixed several bugs with callRealFunc generation
- both mirageMock and miragePartial generate now one file Mock{...}
- avoid initializers generation
- added temporary throws workaround
v0.1.0
- initial
DESC
Expand Down

0 comments on commit 968276d

Please sign in to comment.