blob: eb04d8a2ccf0921cc6a4a51602fb808039658b82 [file] [log] [blame]
{
"name": "EnvoyMobile",
"version": "0.2.1",
"authors": "Lyft, Inc.",
"summary": "Client networking libraries based on the Envoy project",
"homepage": "https://envoy-mobile.github.io",
"documentation_url": "https://envoy-mobile.github.io/docs/envoy-mobile/latest/index.html",
"social_media_url": "https://twitter.com/EnvoyProxy",
"license": {
"type": "Apache-2.0",
"file": "envoy_ios_cocoapods/LICENSE"
},
"platforms": {
"ios": "10.0"
},
"swift_versions": "5.1",
"libraries": [
"resolv.9",
"c++"
],
"frameworks": "SystemConfiguration",
"source": {
"http": "https://github.com/lyft/envoy-mobile/releases/download/v0.2.1/envoy_ios_cocoapods.zip"
},
"vendored_frameworks": "envoy_ios_cocoapods/Envoy.framework",
"source_files": [
"envoy_ios_cocoapods/Envoy.framework/Headers/*.h",
"envoy_ios_cocoapods/Envoy.framework/Swift/*.swift"
],
"swift_version": "5.1"
}