blob: 6aff12214f9bda8f35aa897bab199c0bf0e83976 [file] [log] [blame]
{
"name": "MHWDirectoryWatcher",
"version": "0.0.4",
"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.4"
},
"source_files": "MHWDirectoryWatcher/*",
"requires_arc": true,
"platforms": {
"ios": "5.0"
}
}