blob: 358ccce4b4b6960744053f6b4f6f971228b79510 [file] [log] [blame]
{
"name": "DVR",
"version": "1.3.2",
"summary": "Network testing for Swift",
"description": "DVR is a simple Swift framework for making fake NSURLSession requests for iOS, watchOS, and OS X based on VCR.\n\nEasy dependency injection is the main design goal. The API is the same as NSURLSession.\n\nDVR.Session is a subclass of NSURLSession so you can use it as a drop in replacement anywhere. (Currently only data tasks are supported.)",
"homepage": "https://github.com/venmo/DVR",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Venmo": "ios@venmo.com"
},
"source": {
"git": "https://github.com/venmo/DVR.git",
"tag": "v1.3.2"
},
"platforms": {
"ios": "8.0",
"tvos": "9.0",
"osx": "10.10"
},
"source_files": "Sources/DVR/*.{swift}"
}