blob: 83cc218503a10b91060a0b97ea3d1b694edac202 [file] [log] [blame]
{
"name": "SwiftStubKit",
"module_name": "StubKit",
"version": "0.1.4",
"summary": "A smart stubbing system.",
"description": "StubKit is a smart stubbing system.",
"homepage": "https://github.com/kateinoigakukun/StubKit",
"license": "MIT",
"authors": {
"Yuta Saito": "kateinoigakukun@gmail.com"
},
"source": {
"git": "https://github.com/kateinoigakukun/StubKit.git",
"tag": "0.1.4"
},
"source_files": [
"Sources/**/*.swift"
],
"swift_versions": [
"4.2",
"5.0",
"5.1",
"5.2"
],
"platforms": {
"ios": "10.0",
"tvos": "13.3",
"osx": "10.10",
"watchos": "6.2"
},
"swift_version": "5.2"
}