blob: c9cbc06b4895c70c89a569ed3f4feeba0296a9df [file] [log] [blame]
{
"name": "DirectoryWatcher",
"version": "1.1.0",
"summary": "Lightweight listener that uses GCD to monitor changes in a given folder",
"description": "DirectoryWatcher is a lightweight class that uses GCD to monitor a given path for changes. When any change to the directory occurs, DirectoryWatcher starts polling the monitored path, making sure that file transfers are finished before posting notifications.",
"homepage": "https://github.com/GianniCarlo/DirectoryWatcher",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Gianni Carlo": "gcarlo89@hotmail.com"
},
"platforms": {
"ios": "10.0"
},
"swift_version": "4.1",
"source": {
"git": "https://github.com/GianniCarlo/DirectoryWatcher.git",
"tag": "1.1.0"
},
"source_files": "DirectoryWatcher/**/*.{h,swift}"
}