blob: 343a297957e587631f2cc150484b0817b24bfa3b [file] [log] [blame]
{
"name": "Embassy",
"version": "4.0.8",
"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",
"tvos": "11.0",
"osx": "10.10"
},
"source": {
"git": "https://github.com/envoy/Embassy.git",
"tag": "v4.0.8"
},
"source_files": [
"Sources/**.swift",
"Sources/**/*.swift"
]
}