File tree Expand file tree Collapse file tree 2 files changed +3
-23
lines changed
Expand file tree Collapse file tree 2 files changed +3
-23
lines changed Original file line number Diff line number Diff line change 22import PackageDescription
33
44let package = Package (
5- name: " Clibgit2 " ,
5+ name: " swift-libgit2 " ,
66 products: [
77 . library( name: " Clibgit2 " , targets: [ " Clibgit2 " ] ) ,
88 ] ,
Original file line number Diff line number Diff line change 1- # Clibgit2 – Swift Package for libgit2
1+ # Swift libgit2
22
3- This Swift package provides access to the libgit2 C API without any Swift API overlay.
4-
5- ## Usage
6-
7- Include this package as a dependency like so:
8-
9- ``` swift
10- let package = Package (
11- // ...
12- dependencies : [
13- .package (url : " https://github.com/Formkunft/Clibgit2" , from : " 1.9.0" ),
14- ],
15- targets : [
16- .target (
17- // ...
18- dependencies : [
19- " Clibgit2" ,
20- ]),
21- ]
22- )
23- ```
3+ Swift libgit2 is a package that provides access to the libgit2 C API without any Swift API overlay.
244
255The version numbers of this package follow the version numbers of libgit2.
You can’t perform that action at this time.
0 commit comments