blob: e7f3c41648d449b0b70f176489d6d890ac7f8bd9 [file] [log] [blame]
{
"name": "SwiftLocalhost",
"version": "0.0.6",
"swift_version": "4.2",
"summary": "Swift Localhost Server for your testing needs",
"description": "Features\n1. Mock Server to return stub HTTPURLResponse(s)\n2. Mock Server to record and assert URLRequest(s)\n3. Mock Server to record and assert Google Analytics Events",
"homepage": "https://github.com/depoon/SwiftLocalhost",
"license": "MIT",
"authors": {
"depoon": "de_poon@hotmail.com"
},
"source": {
"git": "https://github.com/depoon/SwiftLocalhost.git",
"tag": "0.0.6"
},
"platforms": {
"ios": "10.0"
},
"requires_arc": true,
"source_files": "Source/**/*",
"dependencies": {
"Criollo": [
]
}
}