blob: d81afecb8434e6fabfcfa6fe5d7532cd699b6049 [file] [log] [blame]
{
"name": "MHWDirectoryWatcher",
"version": "0.0.2",
"summary": "MHWDirectoryWatcher is a lightweight and efficient class that uses GCD to monitor a given directory for changes.",
"homepage": "https://github.com/hwaxxer/MHWDirectoryWatcher",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Martin Hwasser": "martin.hwasser@gmail.com"
},
"source": {
"git": "https://github.com/hwaxxer/MHWDirectoryWatcher.git",
"tag": "0.0.2"
},
"platforms": {
"ios": null
},
"source_files": "MHWDirectoryWatcher.{h,m}",
"requires_arc": true
}