[Add] DocumentReaderOCRRFIDStage 7.5.10896
[CocoaPods.git] / Specs / 6 / d / 9 / Shock / 1.0.1 / Shock.podspec.json
blob4075483541312e8d2aa927c19dcce802518aaf5a
2   "name": "Shock",
3   "version": "1.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     "Just Eat iOS team": "justeat.ios.team@gmail.com",
13     "Jack Newcombe": "jack.newcombe@just-eat.com"
14   },
15   "source": {
16     "git": "https://github.com/justeat/Shock.git",
17     "tag": "1.0.1"
18   },
19   "social_media_url": "https://twitter.com/justeat_tech",
20   "platforms": {
21     "ios": "9.0"
22   },
23   "swift_version": "4.2",
24   "source_files": "Shock/Classes/**/*",
25   "dependencies": {
26     "Swifter": [
27       "1.4.5"
28     ],
29     "GRMustache": [
30       "~> 7.3.2"
31     ]
32   }