blob: 9263e822d9d17b98036dbe22b9f5ab34a76a266d [file] [log] [blame]
{
"name": "SwaggerAutomocker",
"version": "0.1.8",
"summary": "An automatic mock server to speed up your initial development using swagger json.",
"swift_versions": "5.0",
"description": "SwaggerAutomocker will read a swagger json file and launch a mock server which will respond to all calls to the endpoints defined in swagger json.",
"homepage": "https://github.com/lngyeen/SwaggerAutomocker",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"lngyeen": "lngyeen@openwt.com"
},
"source": {
"git": "https://github.com/lngyeen/SwaggerAutomocker.git",
"tag": "0.1.8"
},
"platforms": {
"ios": "10.0"
},
"source_files": "SwaggerAutomocker/Classes/**/*",
"dependencies": {
"Telegraph": [
"~> 0.28.0"
],
"ObjectMapper": [
"~> 3.5.0"
]
},
"swift_version": "5.0"
}