blob: 1b256ea5cea8500375481100277eed7baa28c67a [file] [log] [blame]
{
"name": "CDEvents",
"version": "1.2.1",
"summary": "An Objective-C wrapper for Mac OS X’s FSEvents C API.",
"homepage": "http://rastersize.github.com/CDEvents",
"license": "MIT",
"authors": {
"Aron Cedercrantz": "aron@cedercrantz.se"
},
"source": {
"git": "https://github.com/rastersize/CDEvents.git",
"tag": "1.2.1"
},
"platforms": {
"osx": "10.6"
},
"source_files": "*.{h,m}",
"frameworks": "CoreServices",
"requires_arc": true
}