blob: ad8ad8cca18a5765fad4152c50d933bc2ad58ac4 [file] [log] [blame]
{
"name": "JSZVCR",
"version": "0.7.6",
"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.6"
},
"social_media_url": "https://twitter.com/jzucker",
"platforms": {
"ios": "8.0",
"tvos": "9.0",
"osx": "10.9"
},
"requires_arc": true,
"dependencies": {
"OHHTTPStubs": [
"~> 4.7.0"
]
},
"default_subspecs": "Testing",
"subspecs": [
{
"name": "Core",
"platforms": {
"ios": "8.0",
"tvos": "9.0",
"osx": "10.9",
"watchos": "2.0"
},
"source_files": "JSZVCR/Classes/**/*",
"exclude_files": "JSZVCR/Classes/XCTest/*"
},
{
"name": "Testing",
"frameworks": "XCTest",
"dependencies": {
"JSZVCR/Core": [
]
},
"source_files": "JSZVCR/Classes/XCTest/*",
"xcconfig": {
"GCC_PREPROCESSOR_DEFINITIONS": "JSZTESTING=1"
},
"pod_target_xcconfig": {
"GCC_PREPROCESSOR_DEFINITIONS": "JSZTESTING=1"
}
}
]
}