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".