capacitor-community / intercom

Enable Intercom for Capacitor apps
https://capacitorjs.com/docs
MIT License
58 stars 75 forks source link

fix: pin Intercom pod version #98

Closed cyrilletuzi-agorapulse closed 9 months ago

cyrilletuzi-agorapulse commented 11 months ago

When a Capacitor plugin relies on a specific iOS pod, it should specify the pod version to be sure the pod code used by the Capacitor plugin code matches.

You can see an example in the Facebook Login Capacitor plugin here.

Fixes #96