Open terminal and execute this command to install Cocoapods on your mac OS:
sudo gem install cocoapods
Download or clone project.
Open terminal and go to project root folder.
Install NeshanMobileSDK pod, execute the following command:
pod install
If you already use previous versions of NeshanMobileSDK, you need to run pod update
after that too.
Wait until the installation is finished.
Close any xcode project and open ios-neshan-maps-starter.xcworkspace
file.