blob: 2f4d0efbe0a4624f2831060a0cd9a948a215ce59 [file] [log] [blame]
{
"name": "DirectoryWatcher",
"version": "2.6.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": "9.0"
},
"swift_versions": "5.0",
"source": {
"git": "https://github.com/GianniCarlo/DirectoryWatcher.git",
"tag": "2.6.0"
},
"source_files": "DirectoryWatcher/**/*.{h,swift}",
"swift_version": "5.0"
}