[Add] BideaseConnect 1.0.79
[CocoaPods.git] / Specs / d / 5 / 7 / SwaggerAutomocker / 0.1.8 / SwaggerAutomocker.podspec.json
blob9263e822d9d17b98036dbe22b9f5ab34a76a266d
2   "name": "SwaggerAutomocker",
3   "version": "0.1.8",
4   "summary": "An automatic mock server to speed up your initial development using swagger json.",
5   "swift_versions": "5.0",
6   "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.",
7   "homepage": "https://github.com/lngyeen/SwaggerAutomocker",
8   "license": {
9     "type": "MIT",
10     "file": "LICENSE"
11   },
12   "authors": {
13     "lngyeen": "lngyeen@openwt.com"
14   },
15   "source": {
16     "git": "https://github.com/lngyeen/SwaggerAutomocker.git",
17     "tag": "0.1.8"
18   },
19   "platforms": {
20     "ios": "10.0"
21   },
22   "source_files": "SwaggerAutomocker/Classes/**/*",
23   "dependencies": {
24     "Telegraph": [
25       "~> 0.28.0"
26     ],
27     "ObjectMapper": [
28       "~> 3.5.0"
29     ]
30   },
31   "swift_version": "5.0"