blob: 7d187c4fe281828b3189711ac17569c1fc39d7ed [file] [log] [blame]
{
"name": "JSZVCR",
"version": "0.7.2",
"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/JSZVCR",
"license": "MIT",
"authors": {
"Jordan Zucker": "jordan.zucker@gmail.com"
},
"source": {
"git": "https://github.com/jzucker2/JSZVCR.git",
"tag": "0.7.2"
},
"social_media_url": "https://twitter.com/jzucker",
"platforms": {
"ios": "8.0",
"osx": "10.9"
},
"requires_arc": true,
"frameworks": "XCTest",
"dependencies": {
"OHHTTPStubs": [
"~> 4.7.0"
]
},
"source_files": "JSZVCR/Classes/**/*"
}