You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/connections/destinations/catalog/moengage/index.md
+4-1Lines changed: 4 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -27,7 +27,7 @@ users it’ll be instantaneous! Segment-MoEngage Integration is a bundled integr
27
27
## iOS
28
28
29
29
30
-
To get started with MoEngage on iOS, first integrate your app with the [MoEngage-Segment-iOS](https://github.com/moengage/MoEngage-Segment-iOS) library. You can integrate MoEngage and Segment with [CocoaPods](http://cocoapods.org).
30
+
To get started with MoEngage on iOS, first integrate your app with the [MoEngage-Segment-iOS](https://github.com/moengage/MoEngage-Segment-iOS) library. You can integrate MoEngage and Segment with [CocoaPods](http://cocoapods.org) or with Swift Package Manager.
31
31
32
32
* Initialize pod with pod init command, this will create a podfile for your project.
33
33
* Update your podfile by adding pod '**Segment-MoEngage**' as shown below:
@@ -40,6 +40,9 @@ To get started with MoEngage on iOS, first integrate your app with the [MoEngage
40
40
* Update the pod.
41
41
42
42
pod update
43
+
44
+
45
+
To install with SPM use the https://github.com/moengage/MoEngage-Segment-iOS.git and set the branch as master or version as 7.0.0 and above.
0 commit comments