Skip to content

Athosone/polestar-beta

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

#NAOSDK for iOS - Integration Guide Version License Platform

This page describes how to integrate NAOSDK into your application using CocoaPods

Requirements

  • Xcode 7 or higher
  • iOS 8.0 or higher
  • CocoaPods package manager:

Building demo application

To run the provided sample project (NAODemoApplication), clone or download this repo, and run:

$ cd Example
$ pod install
$ open NAODemoApplication.xcworkspace

#Install

#!bash

$ sudo gem install cocoapods

##Get Started

1- pod init

Creates a Podfile for the current directory if none currently exists. If an XCODEPROJ project file is specified or if there is only a single project file in the current directory, targets will be automatically generated based on targets defined in the project.

#!bash

$ pod init

2- Update Podfile

List the dependencies in Podfile in your Xcode project directory:

#!bash

target 'MyApp' do

pod 'NAOSDK'

end

3- pod install

Now you can install the dependencies in your project:

#!bash

$ pod install

Make sure to always open the Xcode workspace instead of the project file when building your project:

#!bash

$ open App.xcworkspace

Then, configure your Xcode project.

About

PolestarSdk version beta

Resources

License

Unknown, Unknown licenses found

Licenses found

Unknown
LICENSE
Unknown
LICENSE.txt

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published