测试测试结果 | ✗ |
Lang语言 | SwiftSwift |
许可 | MIT |
发布最后一次发布 | 2017 年 8 月 |
SwiftSwift 版本 | 3.0 |
SPM支持 SPM | ✗ |
由 Dejan Agostini 维护。
var fileMonitor = DAFileMonitor(withFilePath: filePath)
fileMonitor?.onFileEvent = {
// This closure is called when your file changes.
}
DAFileMonitor 通过 CocoaPods 提供。要安装它,只需将以下行添加到您的 Podfile 中
pod "DAFileMonitor"
Dejan Agostini, [email protected]
DAFileMonitor 在 MIT 许可下提供。有关更多信息,请参阅 LICENSE 文件。