blob: 785cca275182d12c6b16ffc63a43acf3435d05f1 [file] [log] [blame]
{
"name": "Mocker",
"version": "2.0.1",
"summary": "Mock data requests using a custom URLProtocol and run them offline.",
"description": "Mocker is a library written in Swift which makes it possible to mock data requests using a custom URLProtocol and run them offline.",
"homepage": "https://github.com/WeTransfer/Mocker",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Antoine van der Lee": "ajvanderlee@gmail.com",
"Samuel Beek": "ik@samuelbeek.com"
},
"source": {
"git": "https://github.com/WeTransfer/Mocker.git",
"tag": "2.0.1"
},
"social_media_url": "https://twitter.com/WeTransfer",
"platforms": {
"ios": "10.0"
},
"source_files": "Sources/**/*",
"swift_versions": "5.1",
"swift_version": "5.1"
}