blob: 044d2adba68aa15f0b6b7a4fe7f142cf2244f6b5 [file] [log] [blame]
{
"name": "Embassy",
"version": "4.0.5",
"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.5"
},
"source_files": [
"Sources/**.swift",
"Sources/**/*.swift"
]
}