blob: 0af7bb3d4d27a3e5d255a3791a093dcae7e5946e [file] [log] [blame]
{
"name": "HTTPStubber",
"version": "1.0.1",
"summary": "HTTPStubber - A library for stabbing HTTP requests in Swift.",
"homepage": "https://github.com/mr-noone/http-stubber",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Aleksey Zgurskiy": "mr.noone@icloud.com"
},
"platforms": {
"ios": "8.0"
},
"source": {
"git": "https://github.com/mr-noone/http-stubber.git",
"tag": "1.0.1"
},
"source_files": "Stubber/Stubber/**/*.{swift,h,m}",
"swift_versions": "5.0",
"swift_version": "5.0"
}