[Add] BideaseConnect 1.0.79
[CocoaPods.git] / Specs / 9 / 1 / a / FishjamCloudClient / 0.2.2 / FishjamCloudClient.podspec.json
blobd39b479be85d4cafb45e61634700130bf6c88c78
2   "name": "FishjamCloudClient",
3   "version": "0.2.2",
4   "summary": "Fishjam SDK fully compatible with `Membrane RTC Engine` for iOS.",
5   "homepage": "https://github.com/fishjam-cloud/mobile-client-sdk",
6   "license": {
7     "type": "Apache-2.0 license",
8     "file": "packages/ios-client/LICENSE"
9   },
10   "authors": {
11     "Software Mansion": "https://swmansion.com"
12   },
13   "source": {
14     "git": "https://github.com/fishjam-cloud/mobile-client-sdk.git",
15     "tag": "0.2.2"
16   },
17   "platforms": {
18     "ios": "13.0"
19   },
20   "swift_versions": "5.0",
21   "source_files": "packages/ios-client/Sources/**/*.swift",
22   "pod_target_xcconfig": {
23     "ENABLE_BITCODE": "NO"
24   },
25   "dependencies": {
26     "WebRTC-SDK": [
27       "=125.6422.03"
28     ],
29     "SwiftProtobuf": [
30       "~> 1.18.0"
31     ],
32     "Starscream": [
33       "~> 4.0.0"
34     ],
35     "PromisesSwift": [
37     ],
38     "SwiftPhoenixClient": [
39       "~> 5.0.0"
40     ],
41     "SwiftLogJellyfish": [
42       "1.5.2"
43     ]
44   },
45   "subspecs": [
46     {
47       "name": "Broadcast",
48       "source_files": [
49         "packages/ios-client/Sources/FishjamClient/media/BroadcastSampleSource.swift",
50         "packages/ios-client/Sources/FishjamClient/ipc/**/*.{h,m,mm,swift}"
51       ]
52     }
53   ],
54   "swift_version": "5.0"