[Add] AlibabacloudMse20190531 6.13.0
[CocoaPods.git] / Specs / e / c / 7 / BeKindRewind / 2.1.0 / BeKindRewind.podspec.json
blob6f09d07bf48b7cb5c57fcbd6ba2de24fabe5fadc
2   "name": "BeKindRewind",
3   "version": "2.1.0",
4   "summary": "A simple way to record and replay network requests for testing and debugging.",
5   "description": "Provides an XCTestCase subclass for easily\nrecording and then replaying network events\nduring testing and development.",
6   "homepage": "https://github.com/jzucker2/BeKindRewind",
7   "license": "MIT",
8   "authors": {
9     "Jordan Zucker": "jordan.zucker@gmail.com"
10   },
11   "source": {
12     "git": "https://github.com/jzucker2/BeKindRewind.git",
13     "tag": "2.1.0"
14   },
15   "social_media_url": "https://twitter.com/jzucker",
16   "platforms": {
17     "ios": "8.0",
18     "tvos": "9.0",
19     "osx": "10.9"
20   },
21   "requires_arc": true,
22   "dependencies": {
23     "OHHTTPStubs": [
24       "~> 5.0.0"
25     ]
26   },
27   "frameworks": "XCTest",
28   "source_files": "BeKindRewind/Core/**/*",
29   "private_header_files": [
30     "BeKindRewind/Core/OHHTTPStubs/BKRResponseStub+Private.h"
31   ]