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

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,7 +13,7 @@ Pod::Spec.new do |s|
13
13
  s.license = "MIT"
14
14
  # s.license = { :type => "MIT", :file => "FILE_LICENSE" }
15
15
  s.authors = { "engrtitus" => "titus.salisu@omnibiz.com" }
16
- s.platforms = { :ios => "11.0" }
16
+ s.platforms = { :ios => "13.4" }
17
17
  s.source = { :git => "https://github.com/engrtitus/omnipay-reactnative-sdk.git", :tag => "#{s.version}" }
18
18
 
19
19
  s.source_files = "ios/**/*.{h,c,cc,cpp,m,mm,swift}"
@@ -33,12 +33,12 @@ Pod::Spec.new do |s|
33
33
  s.dependency "React-RCTText"
34
34
  s.dependency "React-RCTImage"
35
35
  s.dependency "React-RCTNetwork"
36
- s.dependency "React-RCTWebSocket"
36
+ # React-RCTWebSocket was removed in newer React Native versions
37
37
 
38
- # Don't install the dependencies when we run `pod install` in the old architecture.
38
+ # New Architecture support
39
39
  if ENV['RCT_NEW_ARCH_ENABLED'] == '1' then
40
- s.compiler_flags = folly_compiler_flags + " -DRCT_NEW_ARCH_ENABLED=1"
41
- s.pod_target_xcconfig = {
40
+ s.compiler_flags = "-DRCT_NEW_ARCH_ENABLED=1"
41
+ s.pod_target_xcconfig = {
42
42
  "HEADER_SEARCH_PATHS" => "\"$(PODS_ROOT)/boost\"",
43
43
  "OTHER_CPLUSPLUSFLAGS" => "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1",
44
44
  "CLANG_CXX_LANGUAGE_STANDARD" => "c++17"
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "omnipay-reactnative-sdk",
3
- "version": "1.2.3-beta.2",
3
+ "version": "1.2.3-beta.3",
4
4
  "description": "Omnipay react native sdk",
5
5
  "main": "lib/commonjs/index",
6
6
  "module": "lib/module/index",