[Add] YLCategory-MacOS 1.1.3
[CocoaPods.git] / Specs / 7 / 2 / c / DVR / 0.3.0 / DVR.podspec.json
blob2199552e8c01fe014a9a3f6e6bc819abf5f96908
2   "name": "DVR",
3   "version": "0.3.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": "v0.3.0"
17   },
18   "platforms": {
19     "ios": "8.0",
20     "osx": "10.10"
21   },
22   "source_files": "DVR/*.{swift}"