damicreabox / Git2Swift

Swift binding for libgit2 library
Apache License 2.0
8 stars 4 forks source link

Build Status

Git2Swift

Swift library to manage GIT repository. Implement Swift binding of native libgit2 C library.

About

At the moment, only some libgit2 features are implemented. Merge requests are welcome.

Available features:

How to compile

Tested on MacOs Sierra with XCode 8

libgit2 must be installed in /usr/local directory.

How to test credential

Create JSON file containing credential information like Tests/Sample.json
And set environnement variable AUTH_CONFIG_TEST_FILE with full path to JSON file.