Skip to content

iOSExpertise/Loop-iOS-SDK-Framework

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 

Repository files navigation

Loop-iOS-SDK-Framework

The easiest way to integrate Loop iOS SDK framework in your project is using Carthage. Carthage is a decentralized dependency manager that builds your dependencies and provides you with binary frameworks.

You can install Carthage with Homebrew using the following command:

$ brew update
$ brew install carthage

To integrate the Loop SDK framework into your Xcode project using Carthage, specify it and it's dependency on Alamofire in your Cartfile:

github "Alamofire/Alamofire" ~> 3.0
github "LpDevBuilder/Loop-iOS-SDK-Framework" ~>2.0

Run carthage update --platform iOS to build the framework and drag the built LoopSDK.framework and Alamofire.framework into "embedded binaries".