blob: 059edbeae3bd226f0fe757e7f22125917969abb2 [file] [log] [blame]
{
"name": "BeKindRewind",
"version": "0.1.5",
"summary": "A simple way to record and replay network requests for testing.",
"description": "Provides an XCTestCase subclass for easily\nrecording and then replaying network requests\nand responses during testing and testing 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": "0.1.5"
},
"platforms": {
"ios": "8.0",
"tvos": "9.0",
"osx": "10.9"
},
"requires_arc": true,
"dependencies": {
"OHHTTPStubs": [
"~> 4.7.0"
]
},
"source_files": "BeKindRewind/Core/**/*"
}