blob: 73ab9146c406f2f91886af67fd13c2cf931a69d5 [file] [log] [blame]
{
"name": "SwaggerAutomocker",
"version": "0.1.5",
"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.5"
},
"platforms": {
"ios": "10.0"
},
"source_files": "SwaggerAutomocker/Classes/**/*",
"dependencies": {
"Telegraph": [
"~> 0.28.0"
],
"ObjectMapper": [
"~> 3.5.0"
]
},
"swift_version": "5.0"
}