[Add] FCService 0.0.61-fc
[CocoaPods.git] / Specs / 6 / d / 9 / Shock / 6.1.0 / Shock.podspec.json
blob291db6a93424851aec4e67f3b9e208400e297e78
2   "name": "Shock",
3   "version": "6.1.0",
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.0"
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": [
22     "Shock/Classes/**/*",
23     "Shock/Classes/NIO/**/*"
24   ],
25   "dependencies": {
26     "SwiftNIOHTTP1": [
27       "~> 2.22.1"
28     ],
29     "GRMustache.swift": [
30       "~> 4.0.1"
31     ]
32   },
33   "swift_version": "5.0"