blob: c4cd2ba7f516f356dc6971f954c85835ab0add5f [file] [log] [blame]
{
"name": "StubKit",
"version": "0.1.4",
"summary": "Library for Swift mocks/stubs generation",
"swift_version": "4.2",
"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.",
"homepage": "https://github.com/polac24/StubKit",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"polac24": "polac24@gmail.com"
},
"source": {
"git": "https://github.com/polac24/StubKit.git",
"tag": "0.1.4"
},
"social_media_url": "https://twitter.com/norapsi",
"platforms": {
"ios": "8.0"
},
"source_files": "StubKit/Classes/**/*",
"frameworks": "XCTest"
}