Skip to content

Repository that can be used by iOS developers to include the Livery SDK through CocoaPods.

Notifications You must be signed in to change notification settings

exmg/livery-sdk-ios-podspec

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 

Repository files navigation

Livery SDK for iOS

This repository contains CocoaPods spec files for the Livery SDK.

While these spec files are public, the actual packages are private. You should request credentials from Livery, then place them in your ~/.netrc as follows: (create if necessary)

machine sdk-ios-binaries.liveryvideo.com
  login YOUR_USERNAME
  password YOUR_PASSWORD

Now add the source to your Podfile:

source 'https://github.com/CocoaPods/Specs.git'
source 'https://github.com/exmg/livery-sdk-ios-podspec.git'

target 'MyProject' do
    pod "Livery", "1.3.0"
end

About

Repository that can be used by iOS developers to include the Livery SDK through CocoaPods.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •  

Languages