[Add] DocumentReaderMRZStage 7.5.10959
[CocoaPods.git] / Specs / d / 5 / 7 / SwaggerAutomocker / 0.2.0 / SwaggerAutomocker.podspec.json
blobf548f4068d278ef2424bb4a77b0a9c1fe5679b16
2   "name": "SwaggerAutomocker",
3   "version": "0.2.0",
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.2.0"
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       "~> 4.1.0"
29     ],
30     "Fakery": [
31       "~> 5.1.0"
32     ]
33   },
34   "swift_version": "5.0"