Skip to content

intrtl/IRLibIPad

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 

Repository files navigation

Installation via Cocoapods

  1. Add repo with Intelligence Retail specs and official Cocoapods specs into your project Podfile :
     source 'https://github.com/CocoaPods/Specs.git'
     source 'https://github.com/intrtl/specs'
  1. Add use_frameworks! param to your Podfile.

  2. Add IRLibIPad pod as a dependency to your projects targets:

  target 'YourTarget' do
    pod 'IRLibIPad'
  end
  1. Skip this step you haven't embedded the framework previously without Cocoapods. Remove IRLib.framework from embedded libraries (xcode project settings -> 'General' tab), Embedded Frameworks and Link binary with libraries sections (xcode project settings -> 'Build Phases' tab).

  2. Run pod install via terminal in directory with your project.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

 
 
 

Contributors