blob: 3ef57ded0cc790404b95747e1bddab8d2b639abe [file] [log] [blame]
{
"name": "MiniMockServer",
"version": "0.0.1",
"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.0.1"
},
"source_files": "MiniMockServer/**/*.{swift}",
"frameworks": "XCTest",
"swift_versions": "4.2",
"dependencies": {
"Swifter": [
"1.4.7"
]
},
"swift_version": "4.2"
}