blob: d728211306efb4a9ad9f22f64e0f5f6e8650ebee [file] [log] [blame]
{
"name": "BeKindRewind",
"version": "2.3.0",
"summary": "A simple way to record and replay network requests for testing and debugging.",
"description": "Provides an XCTestCase subclass for easily\nrecording and then replaying network events\nduring testing and development.",
"homepage": "https://github.com/jzucker2/BeKindRewind",
"license": "MIT",
"authors": {
"Jordan Zucker": "jordan.zucker@gmail.com"
},
"source": {
"git": "https://github.com/jzucker2/BeKindRewind.git",
"tag": "2.3.0"
},
"social_media_url": "https://twitter.com/jzucker",
"platforms": {
"ios": "8.0",
"tvos": "9.0",
"osx": "10.9"
},
"requires_arc": true,
"dependencies": {
"OHHTTPStubs": [
"~> 5.0.0"
]
},
"frameworks": "XCTest",
"source_files": "BeKindRewind/Core/**/*",
"private_header_files": [
"BeKindRewind/Core/OHHTTPStubs/BKRResponseStub+Private.h"
]
}