[Add] DGisFlutterMapSDK 12.3.0
[CocoaPods.git] / Specs / 6 / d / 9 / Shock / 6.0.1 / Shock.podspec.json
blob04aa3e72bebf61da85e59eecbd8e40e73e736b96
2   "name": "Shock",
3   "version": "6.0.1",
4   "summary": "A HTTP mocking framework written in Swift.",
5   "description": "Shock lets you quickly and painlessly provided mock responses for HTTP & HTTPs web requests made by your iOS app.",
6   "homepage": "https://github.com/justeat/Shock",
7   "license": {
8     "type": "Apache 2.0",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Jack Newcombe": "jack.newcombe@just-eat.com"
13   },
14   "source": {
15     "git": "https://github.com/justeat/Shock.git",
16     "tag": "6.0.1"
17   },
18   "social_media_url": "https://twitter.com/justeat_tech",
19   "platforms": {
20     "ios": "10.0"
21   },
22   "swift_versions": "5.0",
23   "source_files": [
24     "Shock/Classes/**/*",
25     "Shock/Classes/NIO/**/*"
26   ],
27   "dependencies": {
28     "SwiftNIOHTTP1": [
29       "~> 2.22.1"
30     ],
31     "GRMustache.swift": [
32       "~> 4.0.1"
33     ]
34   },
35   "swift_version": "5.0"