blob: 26b5e24b337231a66e1c39d469c10f7bf798b2b6 [file] [log] [blame]
{
"name": "MockBalm",
"version": "0.1.5",
"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.5"
},
"platforms": {
"ios": "8.0"
},
"swift_versions": "5.0",
"source_files": "MockBalm/Classes/**/*",
"resources": "MockBalm/Resources/**/*",
"dependencies": {
"Sourcery": [
"~> 0.16"
]
},
"swift_version": "5.0"
}