blob: 5cf9491bff71f183147d9d3cfac07d0372bccc19 [file] [log] [blame]
{
"name": "MockBalm",
"version": "0.1.1",
"summary": "A swift library to minimise boilerplate code in mocks.",
"description": "A swift framework to help you minimise boilerplate code needed to create mocks.\n\nIt handles calls to asynchronous functions, and it can be used to mock both classes and protocols.",
"homepage": "https://github.com/gearnshaw/MockBalm",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"gearnshaw": "g_earnshaw@hotmail.com"
},
"source": {
"git": "https://github.com/gearnshaw/MockBalm.git",
"tag": "0.1.1"
},
"platforms": {
"ios": "8.0"
},
"swift_versions": "5.0",
"source_files": "MockBalm/Classes/**/*",
"swift_version": "5.0"
}