Installation
CocoaPods
CocoaPods is a dependency manager for Cocoa projects. You can install it with the following command:
CocoaPods 1.0.0+ is required to build Motion 1.0.0+.
To integrate Motion's core features into your Xcode project using CocoaPods, specify it in your Podfile
:
Then, run the following command:
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:
To integrate Motion into your Xcode project using Carthage, specify it in your Cartfile:
Run carthage update
to build the framework and drag the built Motion.framework
into your Xcode project.
Last updated