CocoaPods trunk is moving to be read-only. Read more on the blog, there are 18 months to go.

DAFileMonitor 0.1.1

DAFileMonitor 0.1.1

TestsTested
LangLanguage SwiftSwift
License MIT
ReleasedLast Release Aug 2017
SwiftSwift Version 3.0
SPMSupports SPM

Maintained by Dejan Agostini.



DAFileMonitor

Usage

var fileMonitor = DAFileMonitor(withFilePath: filePath)
fileMonitor?.onFileEvent = {
    // This closure is called when your file changes.
}

Installation

DAFileMonitor is available through CocoaPods. To install it, simply add the following line to your Podfile:

pod "DAFileMonitor"

Author

Dejan Agostini, [email protected]

License

DAFileMonitor is available under the MIT license. See the LICENSE file for more info.