[Add] FCService 0.0.61-fc
[CocoaPods.git] / Specs / 6 / d / 9 / Shock / 2.0.1 / Shock.podspec.json
blobb5728131997ed0f056566f09091862ff81cf0438
2   "name": "Shock",
3   "version": "2.0.1",
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": "2.0.1"
17   },
18   "social_media_url": "https://twitter.com/justeat_tech",
19   "platforms": {
20     "ios": "9.0"
21   },
22   "swift_version": "5.0",
23   "source_files": "Shock/Classes/**/*",
24   "dependencies": {
25     "Swifter": [
26       "~> 1.4.7"
27     ],
28     "GRMustache": [
29       "~> 7.3.2"
30     ]
31   }