omnipay-reactnative-sdk 1.2.3-beta.3 → 1.2.3-beta.4

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.
@@ -19,22 +19,16 @@ Pod::Spec.new do |s|
19
19
  s.source_files = "ios/**/*.{h,c,cc,cpp,m,mm,swift}"
20
20
  s.requires_arc = true
21
21
 
22
- # React Native and Vision Camera dependencies
22
+ # Use static framework to resolve Swift modular headers issue
23
+ s.static_framework = true
24
+
25
+ # Essential dependencies only
23
26
  s.dependency "React-Core"
24
27
  s.dependency "VisionCamera"
25
28
 
26
29
  # iOS Vision Framework for face detection
27
30
  s.framework = "Vision"
28
31
 
29
- # Install all React Native dependencies listed in dependencies and peerDependencies:
30
- # See https://github.com/react-native-community/cli/blob/master/docs/dependencies.md#linking-dependencies-with-podspec
31
-
32
- s.dependency "React"
33
- s.dependency "React-RCTText"
34
- s.dependency "React-RCTImage"
35
- s.dependency "React-RCTNetwork"
36
- # React-RCTWebSocket was removed in newer React Native versions
37
-
38
32
  # New Architecture support
39
33
  if ENV['RCT_NEW_ARCH_ENABLED'] == '1' then
40
34
  s.compiler_flags = "-DRCT_NEW_ARCH_ENABLED=1"
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "omnipay-reactnative-sdk",
3
- "version": "1.2.3-beta.3",
3
+ "version": "1.2.3-beta.4",
4
4
  "description": "Omnipay react native sdk",
5
5
  "main": "lib/commonjs/index",
6
6
  "module": "lib/module/index",