4 "summary": "Library for Swift mocks/stubs generation",
5 "swift_version": "4.2",
6 "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.",
7 "homepage": "https://github.com/polac24/StubKit",
13 "polac24": "polac24@gmail.com"
16 "git": "https://github.com/polac24/StubKit.git",
19 "social_media_url": "https://twitter.com/norapsi",
23 "source_files": "StubKit/Classes/**/*",
24 "frameworks": "XCTest"