blob: 71ad34c3b31a2f03a61447a39afd4866c5fe099a [file] [log] [blame]
{
"name": "CBHFileSystemEventKit",
"version": "1.0.0",
"module_name": "CBHFileSystemEventKit",
"summary": "An easier way to watch for file system events.",
"homepage": "https://github.com/chris-huxtable/CBHFileSystemEventKit",
"license": {
"type": "ISC",
"file": "LICENSE"
},
"authors": {
"Chris Huxtable": "chris@huxtable.ca"
},
"social_media_url": "https://twitter.com/@Chris_Huxtable",
"platforms": {
"osx": "10.11"
},
"source": {
"git": "https://github.com/chris-huxtable/CBHFileSystemEventKit.git",
"tag": "v1.0.0"
},
"requires_arc": true,
"public_header_files": "CBHFileSystemEventKit/*.h",
"private_header_files": "CBHFileSystemEventKit/_*.h",
"source_files": "CBHFileSystemEventKit/*.{h,m}"
}