blob: b31f60db624ef735d37ee08bce3872284219c3d2 [file] [log] [blame]
{
"name": "HTTPStubber",
"version": "1.0.0",
"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.0"
},
"source_files": "Stubber/Stubber/**/*.{swift,h,m}",
"swift_version": "4.1"
}