blob: be6f59365bee9bf0854546a9a68d9b2242e57e26 [file] [log] [blame]
{
"name": "SwiftDirectoryWatcher",
"version": "0.0.4",
"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.4"
},
"source_files": "Source/*.swift"
}