blob: d3f06a5c5a9137a47257bc7c56a0b70e4ba7f87f [file] [log] [blame]
{
"name": "DirectoryWatcher",
"version": "2.3.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_version": "4.1",
"source": {
"git": "https://github.com/GianniCarlo/DirectoryWatcher.git",
"tag": "2.3.0"
},
"source_files": "DirectoryWatcher/**/*.{h,swift}"
}