CocoaPods trunk is moving to be read-only. Read more on the blog, there are 14 months to go.
| TestsTested | ✗ |
| LangLanguage | SwiftSwift |
| License | MIT |
| ReleasedLast Release | Aug 2017 |
| SwiftSwift Version | 3.0 |
| SPMSupports SPM | ✗ |
Maintained by Dejan Agostini.
var fileMonitor = DAFileMonitor(withFilePath: filePath)
fileMonitor?.onFileEvent = {
// This closure is called when your file changes.
}DAFileMonitor is available through CocoaPods. To install it, simply add the following line to your Podfile:
pod "DAFileMonitor"Dejan Agostini, [email protected]
DAFileMonitor is available under the MIT license. See the LICENSE file for more info.