[Add] AlibabacloudAgency20221216 1.7.0
[CocoaPods.git] / Specs / 6 / d / 9 / Shock / 5.0.0 / Shock.podspec.json
blob9ad29ab15b03949f721d7fc4954ca8c0b5c7e526
2   "name": "Shock",
3   "version": "5.0.0",
4   "summary": "A HTTP mocking framework written in Swift.",
5   "description": "Shock lets you quickly and painlessly provided mock responses for 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": "5.0.0"
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": [
32       "~> 7.3.2"
33     ]
34   },
35   "swift_version": "5.0"