CocoaPods trunk is moving to be read-only. Read more on the blog, there are 12 months to go.
| TestsTested | ✗ |
| LangLanguage | SwiftSwift |
| License | MIT |
| ReleasedLast Release | Apr 2017 |
| SwiftSwift Version | 3.0 |
| SPMSupports SPM | ✗ |
Maintained by joser.
可以读取 SVN 提交记录的库
必须命令行支持
svn命令 可以在终端输入svn --help查看
pod 'SVNLogManager'let manager = SVNLogManager(svnLocalPath: "本地 SVN 目录")
manager.startSVNVersion = 5792
manager.endSVNVersion = 5793
manager.log { (list) in
print(list)
}