TiltedTabView • TabView • InputAssistant • Git
Wrapper around libgit2, written in Swift
- Xcode 9 or later
- iOS 11.0 or later
Take a look at the documentation for each class for information on how to use it.
To install Git using Carthage, add the following line to your Cartfile:
github "IMcD23/Git" "master"
To install Git as a submodule into your git repository, run the following command:
git submodule add -b master https://github.com/IMcD23/Git.git Path/To/Git
git submodule update --init --recursive
Then, add the .xcodeproj
in the root of the repository into your Xcode project, and add it as a build dependency.
A Swift static library of this project is also available for the ibuild build system. Learn more about ibuild here
Created by Ian McDowell
All code in this project is available under the license specified in the LICENSE file. However, since this project also bundles code from other projects, you are subject to those projects' licenses as well.