blob: c4797d6516e16c2bac4cd372763368925933c726 [file] [log] [blame]
{
"name": "XCTest+OHHTTPStubSuiteCleanUp",
"version": "1.0.0",
"summary": "Removes all OHHTTP stubs between test suites.",
"homepage": "https://github.com/1aurabrown/XCTest-OHHTTPStubSuiteCleanUp",
"license": "MIT",
"authors": {
"Laura Brown": "laura@artsy.net"
},
"source": {
"git": "https://github.com/1aurabrown/XCTest-OHHTTPStubSuiteCleanUp.git",
"tag": "1.0.0"
},
"social_media_url": "https://twitter.com/1aurabrown",
"platforms": {
"ios": "7.0"
},
"requires_arc": true,
"source_files": "Classes",
"frameworks": "XCTest",
"dependencies": {
"OHHTTPStubs": [
]
}
}