Skip to content

Commit 2c6951e

Browse files
committed
swift package manager support added.
1 parent b7dd243 commit 2c6951e

File tree

1 file changed

+4
-1
lines changed
  • src/connections/destinations/catalog/moengage

1 file changed

+4
-1
lines changed

src/connections/destinations/catalog/moengage/index.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ users it’ll be instantaneous! Segment-MoEngage Integration is a bundled integr
2727
## iOS
2828

2929

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.
3131

3232
* Initialize pod with pod init command, this will create a podfile for your project.
3333
* 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
4040
* Update the pod.
4141
4242
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.
4346
4447
### Configure the Segment SDK:
4548

0 commit comments

Comments
 (0)