blob: bfb4de6c6501ddd06a49b2e6d02867b4623f0976 [file] [log] [blame]
{
"name": "Mocker",
"version": "2.1.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": "2.1.0"
},
"social_media_url": "https://twitter.com/WeTransfer",
"platforms": {
"ios": "10.0"
},
"source_files": "Sources/**/*",
"swift_versions": "5.1",
"swift_version": "5.1"
}