blob: 4b61451c2c6455bc6eaf7cb3dccb4ad25ec5c56c [file] [log] [blame]
{
"name": "Stubborn",
"version": "0.7.2",
"homepage": "https://github.com/materik/stubborn.git",
"summary": "Simple HTTP mocking framework",
"license": {
"type": "MIT",
"file": "LICENSE.md"
},
"authors": {
"Mattias Eriksson": "thematerik@gmail.com"
},
"platforms": {
"ios": "9.0"
},
"source": {
"git": "https://github.com/materik/stubborn.git",
"tag": "0.7.2"
},
"source_files": "Stubborn/**/*.swift",
"swift_version": "4.0",
"exclude_files": [
"Tests"
],
"dependencies": {
"QueryString": [
"0.3.1"
]
}
}