We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a0ba428 commit 78bbc63Copy full SHA for 78bbc63
1 file changed
customerio-reactnative.podspec
@@ -28,7 +28,9 @@ Pod::Spec.new do |s|
28
s.default_subspec = "nopush"
29
30
s.subspec 'nopush' do |ss|
31
- # no dependencies. This is the default subspec designed to not install any push dependencies.
+ # This is the default subspec designed to not install any push dependencies. Customer should choose APN or FCM.
32
+ # The SDK at runtime currently requires the MessagingPush module so we do include it here.
33
+ ss.dependency "CustomerIO/MessagingPush", package["cioNativeiOSSdkVersion"]
34
end
35
36
# Note: Subspecs inherit all dependencies specified the parent spec (this file).
0 commit comments