[Add] DocumentReaderOCRRFIDStage 7.5.10896
[CocoaPods.git] / Specs / 6 / d / 9 / Shock / 6.1.2 / Shock.podspec.json
blob51ae9f3b42b7db16876aab2d9f565a4660c08439
2   "name": "Shock",
3   "version": "6.1.2",
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": "Just Eat Takeaway iOS Team",
12   "source": {
13     "git": "https://github.com/justeat/Shock.git",
14     "tag": "6.1.2"
15   },
16   "social_media_url": "https://twitter.com/justeat_tech",
17   "platforms": {
18     "ios": "10.0"
19   },
20   "swift_versions": "5.0",
21   "source_files": "Framework/Sources/**/*",
22   "dependencies": {
23     "SwiftNIOHTTP1": [
24       "~> 2.40.0"
25     ],
26     "GRMustache.swift": [
27       "~> 4.0.1"
28     ]
29   },
30   "swift_version": "5.0"