[Add] AlibabacloudMse20190531 6.13.0
[CocoaPods.git] / Specs / e / c / 7 / BeKindRewind / 0.1.2 / BeKindRewind.podspec.json
blobbfe53a2bfbf848050ce26af4ae52663d36909b79
2   "name": "BeKindRewind",
3   "version": "0.1.2",
4   "summary": "A simple way to record and replay network requests for testing.",
5   "description": "Provides an XCTestCase subclass for easily\nrecording and then replaying network requests\nand responses during testing and testing 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": "0.1.2"
14   },
15   "platforms": {
16     "ios": "8.0",
17     "tvos": "9.0",
18     "osx": "10.9"
19   },
20   "requires_arc": true,
21   "dependencies": {
22     "OHHTTPStubs": [
23       "~> 4.7.0"
24     ]
25   },
26   "default_subspecs": "Recorder",
27   "subspecs": [
28     {
29       "name": "Recorder",
30       "platforms": {
31         "ios": "8.0",
32         "tvos": "9.0",
33         "osx": "10.9",
34         "watchos": "2.0"
35       },
36       "source_files": "BeKindRewind/Core/**/*",
37       "exclude_files": "BeKindRewind/Classes/XCTest/*"
38     }
39   ]