blob: 0d38108e66f8cda0ed250bac7a56c5c30a82a6fa [file] [log] [blame]
{
"name": "EnvoyAmbassador",
"version": "4.0.0",
"summary": "Lightweight web framework in Swift based on SWSGI",
"homepage": "https://github.com/envoy/Ambassador",
"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/Ambassador.git",
"tag": "v4.0.0"
},
"source_files": [
"Ambassador/*.swift",
"Ambassador/**/*.swift"
],
"dependencies": {
"Embassy": [
"~> 4.0"
]
},
"pushed_with_swift_version": "4.0"
}