blob: 8c848ea6146c903b7326469f445e09f7555c99a7 [file] [log] [blame]
{
"name": "StubKit",
"version": "0.1.0",
"summary": "Library for Swift mocks/stubs generation",
"swift_version": "5.0",
"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.0"
},
"social_media_url": "https://twitter.com/norapsi",
"platforms": {
"ios": "8.0"
},
"source_files": "StubKit/Classes/**/*",
"frameworks": "XCTest"
}