Skip to content

Commit

Permalink
Merge pull request #42 from dgdosen/master
Browse files Browse the repository at this point in the history
readme change for clarity
  • Loading branch information
soffes committed Jan 12, 2016
2 parents 6ca7671 + ba70d5a commit de62764
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Readme.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,8 @@

[![Version](https://img.shields.io/github/release/venmo/DVR.svg)](https://github.com/venmo/DVR/releases) [![Carthage compatible](https://img.shields.io/badge/Carthage-compatible-4BC51D.svg?style=flat)](https://github.com/Carthage/Carthage)

DVR is a simple Swift framework for making fake `NSURLSession` requests based on [VCR](https://github.com/vcr/vcr) for iOS, watchOS, and OS X.
DVR is a simple Swift framework for making fake `NSURLSession` requests for iOS,
watchOS, and OS X based on [VCR](https://github.com/vcr/vcr).

Easy [dependency injection](https://en.wikipedia.org/wiki/Dependency_injection) is the main design goal. The API is the same as `NSURLSession`. `DVR.Session` is a subclass of `NSURLSession` so you can use it as a drop in replacement anywhere. (Currently only data tasks are supported.)

Expand Down

0 comments on commit de62764

Please sign in to comment.