You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<a href="https://github.com/sponsors/danielsaidi"><img src="https://img.shields.io/badge/sponsor-GitHub-red.svg" alt="Sponsor my work" /></a>
11
10
</p>
12
11
13
12
@@ -20,7 +19,6 @@ MockingKit automatically records every method call, to let you verify that your
20
19
MockingKit doesn't require any setup or build scripts, and puts no restrictions on your code or architecture. Just create a mock, set up how you want to use and inspect it, and you're good to go.
21
20
22
21
23
-
24
22
## Installation
25
23
26
24
MockingKit can be installed with the Swift Package Manager:
Maintaining my various [open-source tools][OpenSource] takes significant time and effort. You can [become a sponsor][Sponsors] to help me dedicate more time to creating, maintaining, and improving these projects. Every contribution, no matter the size, makes a real difference in keeping these tools free and actively developed. Thank you for considering!
37
-
38
-
39
-
40
31
## Getting started
41
32
42
33
MockingKit lets you mock any protocol or open class. For instance, consider this simple protocol:
See the online [getting started guide][Getting-Started] for more information.
88
79
89
80
90
-
91
81
## Documentation
92
82
93
83
The online [documentation][Documentation] has more information, articles, code examples, etc.
94
84
95
85
96
-
97
86
## Demo Application
98
87
99
88
The `Demo` folder has an app that lets you explore the library and see how its mocks behave.
100
89
101
90
91
+
## Support My Work
92
+
93
+
Maintaining my various [open-source tools][OpenSource] takes significant time and effort. You can [become a sponsor][Sponsors] to help me dedicate more time to creating, maintaining, and improving these projects. Every contribution, no matter the size, makes a real difference in keeping these tools free and actively developed. Thank you for considering!
94
+
102
95
103
96
## Contact
104
97
@@ -110,13 +103,11 @@ Feel free to reach out if you have questions or if you want to contribute in any
0 commit comments