blob: 7119a9ce799b7126020be5b95dae7fcac1574dc8 [file] [log] [blame]
{
"name": "Embassy",
"version": "3.0.0",
"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": {
"Victor": "victor@envoy.com"
},
"social_media_url": "http://twitter.com/victorlin",
"platforms": {
"ios": "8.0",
"osx": "10.10"
},
"source": {
"git": "https://github.com/envoy/Embassy.git",
"tag": "v3.0.0"
},
"source_files": [
"Embassy/**.swift",
"Embassy/**/*.swift"
],
"pushed_with_swift_version": "3.0"
}