[Add] ZJSDK 2.5.8.16
[CocoaPods.git] / Specs / 7 / 2 / c / DVR / 1.1.0 / DVR.podspec.json
blobba42f9b981f679105e7bdbd26f28204f5a124547
2   "name": "DVR",
3   "version": "1.1.0",
4   "summary": "Network testing for Swift",
5   "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.)",
6   "homepage": "https://github.com/venmo/DVR",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Venmo": "ios@venmo.com"
13   },
14   "source": {
15     "git": "https://github.com/venmo/DVR.git",
16     "tag": "v1.1.0"
17   },
18   "platforms": {
19     "ios": "8.0",
20     "osx": "10.10"
21   },
22   "source_files": "DVR/*.{swift}",
23   "pushed_with_swift_version": "3.0.1"