[Add] MentaVlionAdapter 6.00.22
[CocoaPods.git] / Specs / 3 / 1 / 4 / EnvoyAmbassador / 4.0.4 / EnvoyAmbassador.podspec.json
blobae310852904c7166fc4514141ad79038faa6cc3c
2   "name": "EnvoyAmbassador",
3   "version": "4.0.4",
4   "summary": "Lightweight web framework in Swift based on SWSGI",
5   "homepage": "https://github.com/envoy/Ambassador",
6   "license": {
7     "type": "MIT",
8     "file": "LICENSE"
9   },
10   "authors": {
11     "Fang-Pen Lin": "fang@envoy.com"
12   },
13   "social_media_url": "https://twitter.com/fangpenlin",
14   "platforms": {
15     "ios": "8.0",
16     "osx": "10.10"
17   },
18   "source": {
19     "git": "https://github.com/envoy/Ambassador.git",
20     "tag": "v4.0.4"
21   },
22   "source_files": [
23     "Ambassador/*.swift",
24     "Ambassador/**/*.swift"
25   ],
26   "dependencies": {
27     "Embassy": [
28       "~> 4.0"
29     ]
30   }