react-native-acoustic-mobile-push-wallet-beta 3.9.6 → 3.9.8

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.
package/ios/Podfile CHANGED
@@ -23,7 +23,7 @@ install! 'cocoapods', :disable_input_output_paths => true
23
23
  require_relative '../node_modules/react-native/scripts/react_native_pods'
24
24
  require_relative '../node_modules/@react-native-community/cli-platform-ios/native_modules'
25
25
 
26
- platform :ios, '12.1'
26
+ platform :ios, '12.4'
27
27
 
28
28
  target 'RNAcousticMobilePushWallet' do
29
29
  use_frameworks! :linkage => :static
@@ -50,7 +50,7 @@ post_install do |installer|
50
50
  installer.pods_project.targets.each do |target|
51
51
  puts "Target: #{target.name}"
52
52
  target.build_configurations.each do |config|
53
- config.build_settings['IPHONEOS_DEPLOYMENT_TARGET'] = '12.1'
53
+ config.build_settings['IPHONEOS_DEPLOYMENT_TARGET'] = '12.4'
54
54
  config.build_settings["ONLY_ACTIVE_ARCH"] = "YES"
55
55
  end
56
56
  end
package/package.json CHANGED
@@ -24,7 +24,7 @@
24
24
  "main": "index.js",
25
25
  "name": "react-native-acoustic-mobile-push-wallet-beta",
26
26
  "peerDependencies": {
27
- "react-native-acoustic-mobile-push-beta": "3.9.6"
27
+ "react-native-acoustic-mobile-push-beta": "3.9.8"
28
28
  },
29
29
  "repository": {
30
30
  "directory": "plugins/react-native-acoustic-mobile-push-wallet",
@@ -35,5 +35,5 @@
35
35
  "test": "echo \"Error: no test specified\" && exit 1"
36
36
  },
37
37
  "summary": "react-native ios android mobile push Campaign",
38
- "version": "3.9.6"
38
+ "version": "3.9.8"
39
39
  }
@@ -26,7 +26,7 @@ Pod::Spec.new do |s|
26
26
  s.summary = package["summary"]
27
27
  s.license = package["license"]
28
28
  s.authors = package["author"]
29
- s.platforms = { :ios => "12.1" }
29
+ s.platforms = { :ios => "12.4" }
30
30
 
31
31
  s.source = { :git => repository, :tag => s.version }
32
32
  s.preserve_paths = 'README.md', 'package.json', '*.js'