blob: 6b2d02e0dea3f65cf65a70b58b4acd3a0e3bfc92 [file] [log] [blame]
{
"name": "Embassy",
"version": "4.1.1",
"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.1.1"
},
"source_files": [
"Sources/**.swift",
"Sources/**/*.swift"
]
}