[Add] AlibabacloudMse20190531 6.13.0
[CocoaPods.git] / Specs / e / c / 7 / BeKindRewind / 0.9.3 / BeKindRewind.podspec.json
blob6defc2c5d444fe823aeef0f9843b1ebb4d776fc7
2   "name": "BeKindRewind",
3   "version": "0.9.3",
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": "0.9.3"
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       "~> 4.7.1"
25     ]
26   },
27   "frameworks": "XCTest",
28   "source_files": "BeKindRewind/Core/**/*",
29   "prepare_command": "ruby plist_resource_creator.rb",
30   "resource_bundles": {
31     "BeKindRewind": [
32       "BeKindRewind/Assets/*.plist"
33     ]
34   }