blob: b74293e88aad6b8912bc139b1f0a10c0bd342260 [file] [log] [blame]
{
"name": "SwiftLocalhost",
"version": "0.0.7",
"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.7"
},
"platforms": {
"ios": "10.0"
},
"requires_arc": true,
"source_files": "Source/**/*",
"dependencies": {
"Criollo": [
]
}
}