Loading...
Searching...
No Matches
iOS Installation Guide

Installation with CocoaPods

CocoaPods is a dependency manager for Objective-C, which automates and simplifies the process of using 3rd-party libraries like Navigine in your projects. You can install it with the following command:

$ gem install cocoapods

CocoaPods 0.39.0+ is required to build Navigine 2.0.0+.

Podfile

To integrate Navigine iOS SDK into your Xcode project using CocoaPods, specify it in your Podfile:

source 'https://github.com/CocoaPods/Specs.git'
platform :ios, '12.0'
target 'TargetName' do
pod 'Navigine'
end

Then, run the following command:

$ pod install

Manual installation

1) Download Framework

2) Add to XCode project

3) In Targets section Build -> General -> Frameworks, Libraries, and Embedded Content select Navigine.framework -> Embed & Sign