4 "summary": "Library for Swift mocks/stubs generation",
5 "description": "StubKit provides a set of functions that speed up a process of creation of Swift stubs/mocks. It's goal is to require minimal amount of developer's work in mock creation while leveraging Swift's type system type integrity for safety without meta programming nor any code-generation.",
6 "homepage": "https://github.com/polac24/StubKit",
12 "polac24": "polac24@gmail.com"
15 "git": "https://github.com/polac24/StubKit.git",
18 "social_media_url": "https://twitter.com/norapsi",
22 "source_files": "StubKit/Classes/**/*",
23 "frameworks": "XCTest",
24 "swift_version": "4.2"