- Clone the FlightLayout repository
- Add the contents of the Source Directory to the project
- Edit the project's podfile, and save
pod 'FlightLayout', :git => 'https://github.com/AntonTheDev/FlightLayout.git', :tag => '0.8.1'
- Install FlightLayout by running
pod install
The installation instruction below for iOS.
- Create/Update the Cartfile with with the following
# FlightLayout
git "https://github.com/AntonTheDev/FlightLayout.git" >= 0.8.1
- Run
carthage update
. This will fetch dependencies into a [Carthage/Checkouts][] folder, then build each one. - In the application targets’ “General” settings tab, in the “Embedded Binaries” section, drag and drop each framework for use from the Carthage/Build folder on disk.
- Follow the installation instruction above. Once complete, perform the following steps (If you have setup a carthage build task for iOS already skip to Step 6)
- Navigate to the targets’ “Build Phases” settings tab, click the “+” icon and choose “New Run Script Phase”. Create a Run Script with the following content:
/usr/local/bin/carthage copy-frameworks
- Add the paths to the frameworks you want to use under “Input Files” within the carthage build phase as follows e.g.:
$(SRCROOT)/Carthage/Build/iOS/FlightLayout.framework