blob: 7eb513f056b8d262cd53d92cebecc1d8bc74e03b [file] [log] [blame]
{
"name": "MiniMockServer",
"version": "0.1.0",
"summary": "A very simple Mock API Server solution to stub network requests.",
"description": "MiniMockServer is a Swift framework which provides a very simple solution to stub network requests for UI/Integration tests on iOS.",
"homepage": "https://github.com/ngoclt/MiniMockServer",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": "Ngoc Le",
"social_media_url": "https://coder.life/",
"platforms": {
"ios": "11.0"
},
"source": {
"git": "https://github.com/ngoclt/MiniMockServer.git",
"tag": "0.1.0"
},
"source_files": "MiniMockServer/**/*.{swift}",
"frameworks": "XCTest",
"swift_versions": "5.0",
"dependencies": {
"Swifter": [
"1.4.7"
]
},
"swift_version": "5.0"
}