blob: 8a276196530eb750d4cf5d3f539dda518ca0c4eb [file] [log] [blame]
{
"name": "Stubborn",
"version": "0.4.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.4.2"
},
"source_files": "Stubborn/**/*.swift",
"exclude_files": [
"Tests"
],
"dependencies": {
"QueryString": [
"~> 0.2"
]
},
"pushed_with_swift_version": "3.0"
}