Add testing resources
GitDiffSwift is a git diff parser written in Swift.
pod 'GitDiffSwift'
Make the following entry in your Cartfile:
github "SD10/GitDiffSwift"
To integrate using Apple’s Swift package manager, add the following as a dependency to your Package.swift:
Package.swift
.package(url: "https://github.com/SD10/GitDiffSwift.git", .upToNextMajor(from: "0.0.1"))
Pull requests welcomed. This repo is being developed at the speed of snail.
GitDiffSwift is released under the MIT License
©Copyright 2023 CCF 开源发展委员会 Powered by Trustie& IntelliDE 京ICP备13000930号
GitDiffSwift
GitDiffSwift is a git diff parser written in Swift.
Features
Installation
CocoaPods
Carthage
Make the following entry in your Cartfile:
Swift Package Manager
To integrate using Apple’s Swift package manager, add the following as a dependency to your
Package.swift
:Contributing
Pull requests welcomed. This repo is being developed at the speed of snail.
License
GitDiffSwift is released under the MIT License