[Add] ZJSDK 2.5.8.16
[CocoaPods.git] / Specs / 7 / 2 / c / DVR / 2.0.0 / DVR.podspec.json
blob1d0d88aafce84b901bf9d8b8628571a612867263
2   "name": "DVR",
3   "version": "2.0.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": "v2.0.0"
17   },
18   "platforms": {
19     "ios": "8.0",
20     "tvos": "9.0",
21     "osx": "10.10"
22   },
23   "source_files": "Sources/DVR/*.{swift}"