[Add] ZJSDK 2.5.8.12
[CocoaPods.git] / Specs / 3 / c / 2 / SwiftNIOMock / 0.0.1 / SwiftNIOMock.podspec.json
blobd7c44cfa5ce0bbd8ddd188e975af6cbc45016bc6
2   "name": "SwiftNIOMock",
3   "version": "0.0.1",
4   "license": {
5     "type": "MIT",
6     "file": "LICENSE"
7   },
8   "summary": "A web server based on SwiftNIO designed to be used as a mock server in UI automation tests",
9   "homepage": "https://github.com/ilyapuchka/SwiftNIOMock",
10   "authors": "Ilya Puchka",
11   "source": {
12     "git": "https://github.com/ilyapuchka/SwiftNIOMock.git",
13     "tag": "0.0.1"
14   },
15   "module_name": "SwiftNIOMock",
16   "swift_version": "4.2",
17   "cocoapods_version": ">=1.1.0",
18   "platforms": {
19     "ios": "10.0",
20     "osx": "10.10",
21     "tvos": "10.0"
22   },
23   "source_files": "Sources/SwiftNIOMock/**/*.{swift}",
24   "dependencies": {
25     "SwiftNIO": [
26       "~> 1.11.0"
27     ],
28     "SwiftNIOHTTP1": [
29       "~> 1.11.0"
30     ]
31   }