blob: 61465d865dc5f2c3a0f5e10539f0c5546568ef50 [file] [log] [blame]
{
"name": "FileWatcher",
"version": "0.2.1",
"summary": "A library for monitoring file and folder changes in macOS.",
"homepage": "https://github.com/eonist/FileWatcher",
"license": "MIT",
"authors": {
"eonist": "30n1st@gmail.com"
},
"platforms": {
"osx": "10.12"
},
"source": {
"git": "https://github.com/eonist/FileWatcher.git",
"tag": "0.2.1"
},
"source_files": [
".",
"**/*.{h,m,swift}"
],
"exclude_files": [
"FileWatcherExample",
"Exclude"
],
"public_header_files": "**/*.h",
"swift_versions": "4.0",
"swift_version": "4.0"
}