blob: ae239b72617db3e48fd1ee79e9c51552fdf38617 [file] [log] [blame]
{
"name": "SwiftDirectoryWatcher",
"version": "0.0.5",
"summary": "Directory watcher for iOS and macOS written in Swift.",
"description": "A delegate-based directory watcher written in Swift.\nThe module handles the identification of created and deleted files by diffing the folder content.",
"homepage": "https://github.com/mirkokiefer/SwiftDirectoryWatcher",
"license": "MIT",
"authors": {
"Mirko Kiefer": "mail@mirkokiefer.com"
},
"swift_version": "4.2",
"platforms": {
"ios": "11.0",
"osx": "10.13"
},
"source": {
"git": "https://github.com/mirkokiefer/SwiftDirectoryWatcher.git",
"tag": "0.0.5"
},
"source_files": "Source/*.swift"
}