Skip to content

NextUserSF/NextUserPodSpecs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 

Repository files navigation

Installation

NextUser is available through CocoaPods. To install it, simply add the following line to your Podfile:

minimal version you should use is 0.0.3!

source 'https://github.com/CocoaPods/Specs.git'
source 'https://github.com/NextUserSF/NextUserPodSpecs.git'

target 'MyApp' do
    pod "NextUser", '~> 1.0.2'
end

To install the pod:

pod install

To update the pod:

pod update NextUser

Full minimal example

Pod file section

target 'BeaconsDemo' do
    pod "NextUser", '~> 1.0.2'
end

Objective-C tracking

    @import NextUser; // this goes into the header!
    // ------- 

    NUTracker *tracker = [Nextuser tracker];

About

NextUser SDK Cococapods

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 3

  •  
  •  
  •  

Languages