blob: 32aaf957e444cee7fc26dd780ea8da1b48835ccc [file] [log] [blame]
{
"name": "Mocker",
"version": "1.3.0",
"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": "1.3.0"
},
"social_media_url": "https://twitter.com/WeTransfer",
"platforms": {
"ios": "9.0"
},
"source_files": "Sources/**/*",
"swift_version": "4.2"
}