LikeMindsFeed 1.11.0

LikeMindsFeed 1.11.0

Maintained by Pushpendra Singh, Devansh Mohata, Client Devops, Anurag Tyagi.



  • By
  • Pushpendra Singh and Devansh Mohata

LikeMinds-iOS-Feed-SDK

LikeMinds iOS Feed SDK empowers you to integrate personalized and engaging feeds into your iOS application, enhancing user experiences and driving user engagement. This guide will walk you through the steps to get started with LikeMinds iOS Feed SDK and set up a dynamic feed in your application. Obtain the necessary API key from LikeMinds dashboard.

Step-by-step guide

Add Dependency

Implement LikeMinds Feed SDK dependency to setup Feed SDK.

Add this entry in Podfile

target '--YourProjectTargetName--' do
  use_frameworks!
  pod 'LikeMindsFeed'
end
  1. Run the command.
pod install