[Add] FTMobileSDK 1.5.10-alpha.1
[CocoaPods.git] / Specs / 0 / 5 / 2 / gRPC-XCFramework / 1.49.0 / gRPC-XCFramework.podspec.json
blob01e10b14f69c51ba82d3b6496e4f37875a2418ff
2   "name": "gRPC-XCFramework",
3   "version": "1.49.0",
4   "summary": "gRPC client library for iOS/OSX",
5   "license": "Apache License, Version 2.0",
6   "authors": {
7     "The gRPC contributors": "grpc-packages@google.com"
8   },
9   "homepage": "https://grpc.io",
10   "pod_target_xcconfig": {
11     "CLANG_ALLOW_NON_MODULAR_INCLUDES_IN_FRAMEWORK_MODULES": "YES",
12     "CLANG_WARN_STRICT_PROTOTYPES": "NO"
13   },
14   "source": {
15     "http": "https://github.com/grpc/grpc/releases/download/v1.49.0/grpc_objective_c_grpc-1.49.0-xcframework.zip",
16     "sha256": "d8215ff374d632399ea0cb553f1a8c86211c6f4705ff33c4b41ad5e667a70279"
17   },
18   "dependencies": {
19     "gRPC-RxLibrary": [
20       "1.49.0"
21     ],
22     "gRPC-Core-XCFramework": [
23       "1.49.0"
24     ]
25   },
26   "platforms": {
27     "ios": "9.0",
28     "osx": "10.10"
29   },
30   "ios": {
31     "vendored_frameworks": "gRPC/Frameworks/GRPCClient.xcframework"
32   },
33   "osx": {
34     "vendored_frameworks": "gRPC/Frameworks/GRPCClient.xcframework"
35   }