[Add] ZJSDK 2.5.8.16
[CocoaPods.git] / Specs / e / c / 7 / BeKindRewind / 0.6.0 / BeKindRewind.podspec.json
blob9992d30cbfc7248e55cab0bd11ca3f59e09412ee
2   "name": "BeKindRewind",
3   "version": "0.6.0",
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.6.0"
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   "frameworks": "XCTest",
27   "source_files": "BeKindRewind/Core/**/*",
28   "prepare_command": "ruby plist_resource_creator.rb",
29   "resource_bundles": {
30     "BeKindRewind": [
31       "BeKindRewind/Assets/*.plist"
32     ]
33   }