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