@qusaieilouti99/call-manager 0.1.205 → 0.1.207

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -13,30 +13,21 @@ Pod::Spec.new do |s|
13
13
  s.platforms = { :ios => min_ios_version_supported }
14
14
  s.source = { :git => "https://github.com/qusaieilouti99/call-manager.git", :tag => "#{s.version}" }
15
15
 
16
+
16
17
  s.source_files = [
17
18
  "ios/**/*.{swift}",
18
19
  "ios/**/*.{m,mm}",
19
20
  "cpp/**/*.{hpp,cpp}",
20
21
  ]
21
22
 
22
- # Copy SharedDataManager when pod is installed
23
- s.prepare_command = <<-CMD
24
- if [ -f "../../ios/PingMe/SharedDataManager.swift" ]; then
25
- cp "../../ios/PingMe/SharedDataManager.swift" "ios/SharedDataManager.swift"
26
- else
27
- echo "Warning: SharedDataManager.swift not found"
28
- fi
29
- CMD
30
-
31
23
  s.pod_target_xcconfig = {
24
+ # C++ compiler flags, mainly for folly.
32
25
  "GCC_PREPROCESSOR_DEFINITIONS" => "$(inherited) FOLLY_NO_CONFIG FOLLY_CFG_NO_COROUTINES"
33
26
  }
34
27
 
35
28
  s.dependency 'React-jsi'
36
29
  s.dependency 'React-callinvoker'
37
30
  s.dependency 'JitsiWebRTC'
38
- s.dependency 'MMKV'
39
- s.dependency 'RealmSwift'
40
31
 
41
32
  load 'nitrogen/generated/ios/CallManager+autolinking.rb'
42
33
  add_nitrogen_files(s)
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@qusaieilouti99/call-manager",
3
- "version": "0.1.205",
3
+ "version": "0.1.207",
4
4
  "description": "Call manager",
5
5
  "main": "./lib/module/index.js",
6
6
  "types": "./lib/typescript/src/index.d.ts",