[Add] GluedInFeedSDK 2.5.1
[CocoaPods.git] / Specs / 3 / 1 / 4 / EnvoyAmbassador / 4.0.5 / EnvoyAmbassador.podspec.json
bloba2a528877ae6aebf9476b7d08ef3133913a8a55a
2   "name": "EnvoyAmbassador",
3   "version": "4.0.5",
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     "tvos": "11.0"
18   },
19   "source": {
20     "git": "https://github.com/envoy/Ambassador.git",
21     "tag": "v4.0.5"
22   },
23   "source_files": [
24     "Ambassador/*.swift",
25     "Ambassador/**/*.swift"
26   ],
27   "dependencies": {
28     "Embassy": [
29       "~> 4.0"
30     ]
31   }