From 35de17d01f00579ff4e0f3a32921cf305bc60516 Mon Sep 17 00:00:00 2001 From: Aditi Agrawal Date: Thu, 11 Feb 2021 16:43:34 +0530 Subject: [PATCH] Update README.md Add additional tip under Manual installation --- README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index bf246241..d371ae6a 100644 --- a/README.md +++ b/README.md @@ -80,7 +80,9 @@ Also, follow steps to link SDWebImage into your project * Select clevertap-ios-sdk under Checkouts * Drag the built `SDWebImage.framework` from Vendors into your Frameworks and Libraries -### Manually +### Manual +| :bulb: We strongly recommend that you implement the SDK via a [CocoaPod](http://cocoapods.org/). However, if you are unable to do so you may complete installation manually using our manual integration instructions below. | +|-----------------------------------------| - Clone the CleverTap iOS SDK repository recursively: ``` @@ -97,7 +99,6 @@ Also, follow steps to link SDWebImage into your project - Navigate to the project application’s target settings, open "General", click the "+" button under the "Frameworks, Libraries, and Embedded Content", add `CleverTapSDK.framework` and `SDWebImage.framework` as an embedded binary. - ## 🚀 Integration #### Add your CleverTap account credentials