blob: 4075483541312e8d2aa927c19dcce802518aaf5a [file] [log] [blame]
{
"name": "Shock",
"version": "1.0.1",
"summary": "A HTTP mocking framework written in Swift.",
"description": "Shock lets you quickly and painlessly provided mock responses for web requests made by your iOS app.",
"homepage": "https://github.com/justeat/Shock",
"license": {
"type": "Apache 2.0",
"file": "LICENSE"
},
"authors": {
"Just Eat iOS team": "justeat.ios.team@gmail.com",
"Jack Newcombe": "jack.newcombe@just-eat.com"
},
"source": {
"git": "https://github.com/justeat/Shock.git",
"tag": "1.0.1"
},
"social_media_url": "https://twitter.com/justeat_tech",
"platforms": {
"ios": "9.0"
},
"swift_version": "4.2",
"source_files": "Shock/Classes/**/*",
"dependencies": {
"Swifter": [
"1.4.5"
],
"GRMustache": [
"~> 7.3.2"
]
}
}