[Add] RapidKitFoundation_MacOS 2024.1224.1706.628
[CocoaPods.git] / Specs / 9 / b / 2 / EnvoyMobile / 0.4.6 / EnvoyMobile.podspec.json
blob21e5cf5ca068e7eb801e2b5b4b942892579c3f2a
2   "name": "EnvoyMobile",
3   "version": "0.4.6",
4   "authors": "Envoy Mobile Project Authors",
5   "summary": "Multiplatform client HTTP/networking library built on the Envoy project's core networking layer",
6   "homepage": "https://envoy-mobile.github.io",
7   "documentation_url": "https://envoy-mobile.github.io/docs/envoy-mobile/latest/index.html",
8   "social_media_url": "https://twitter.com/EnvoyProxy",
9   "license": {
10     "type": "Apache-2.0",
11     "file": "LICENSE"
12   },
13   "platforms": {
14     "ios": "12.0"
15   },
16   "swift_versions": [
17     "5.5",
18     "5.6"
19   ],
20   "libraries": [
21     "resolv.9",
22     "c++"
23   ],
24   "frameworks": [
25     "Network",
26     "SystemConfiguration",
27     "UIKit"
28   ],
29   "source": {
30     "http": "https://github.com/envoyproxy/envoy-mobile/releases/download/v0.4.6/envoy_ios_cocoapods.zip"
31   },
32   "vendored_frameworks": "Envoy.framework",
33   "source_files": [
34     "Envoy.framework/Headers/*.h",
35     "Envoy.framework/Swift/*.swift"
36   ],
37   "pod_target_xcconfig": {
38     "APPLICATION_EXTENSION_API_ONLY": "YES"
39   },
40   "swift_version": "5.6"