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