blob: 121d3ae349e9ce4bd9355820454bcd22b302145e [file] [log] [blame]
{
"name": "Stubborn",
"version": "0.6.0",
"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.6.0"
},
"source_files": "Stubborn/**/*.swift",
"exclude_files": [
"Tests"
],
"dependencies": {
"QueryString": [
"0.2.2"
]
}
}