blob: b127206d069e56103d3e985f5a3fc401c72cc106 [file] [log] [blame]
{
"name": "MockWebServer",
"version": "0.1.4",
"summary": "Mock Web Server for XCTest in objective-c or swift.",
"description": "A very simple web server, which is best for mocking web server's behavior.\nYou can determine how to respond and when to respond. Very easy to use and reliable.",
"homepage": "https://github.com/odinasoftware/MockWebServer",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"jaehan": "odinasoftware@gmail.com"
},
"source": {
"git": "https://github.com/odinasoftware/MockWebServer.git",
"tag": "0.1.4"
},
"platforms": {
"ios": "8.0"
},
"source_files": "MockWebServer/Classes/**/*"
}