blob: ba42f9b981f679105e7bdbd26f28204f5a124547 [file] [log] [blame]
{
"name": "DVR",
"version": "1.1.0",
"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.1.0"
},
"platforms": {
"ios": "8.0",
"osx": "10.10"
},
"source_files": "DVR/*.{swift}",
"pushed_with_swift_version": "3.0.1"
}