blob: 1652b7b7795a17aacd5c4d90bfa7789018d5602d [file] [log] [blame]
{
"name": "EnvoyAmbassador",
"version": "0.0.1-alpha-2",
"summary": "Lightweight web framework in Swift based on SWSGI for iOS UI Automatic testing data mocking",
"homepage": "https://github.com/envoy/Ambassador",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Victor": "victor@envoy.com"
},
"social_media_url": "http://twitter.com/victorlin",
"platforms": {
"ios": "8.0"
},
"source": {
"git": "https://github.com/envoy/Ambassador.git",
"tag": "v0.0.1-alpha-2"
},
"source_files": [
"Ambassador/*.swift",
"Ambassador/**/*.swift"
],
"dependencies": {
"Embassy": [
"~> 1.0"
]
}
}