blob: 649b2f7d56f026b0e6f35b971ec86af3d260f896 [file] [log] [blame]
{
"name": "Embassy",
"version": "4.0.2",
"summary": "Lightweight async HTTP server in pure Swift for iOS/macOS UI Automatic testing data mocking",
"homepage": "https://github.com/envoy/Embassy",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Fang-Pen Lin": "fang@envoy.com"
},
"social_media_url": "https://twitter.com/fangpenlin",
"platforms": {
"ios": "8.0",
"osx": "10.10"
},
"source": {
"git": "https://github.com/envoy/Embassy.git",
"tag": "v4.0.2"
},
"source_files": [
"Sources/**.swift",
"Sources/**/*.swift"
]
}