blob: 1cde4017499246d8ba2084f1abb86a2c16dcfb06 [file] [log] [blame]
{
"name": "libsmc",
"version": "0.0.1",
"platforms": {
"osx": "10.6"
},
"summary": "Apple System Management Controller (SMC) API in pure C from user space for Intel based Macs.",
"homepage": "https://github.com/NicePods/libsmc-pod",
"description": "Apple System Management Controller (SMC) API in pure C from user space for Intel based Macs.\nThe API works by talking to the AppleSMC.kext (kernel extension), the closed source driver for the SMC.",
"authors": {
"beltex": "hello@beltex.me"
},
"license": {
"type": "GPLv2",
"file": "libsmc/LICENSE"
},
"source": {
"git": "https://github.com/NicePods/libsmc-pod.git",
"tag": "0.0.1",
"submodules": true
},
"source_files": "libsmc/**/*.{h,c}",
"exclude_files": "libsmc/examples/*",
"public_header_files": "libsmc/include/*.h",
"requires_arc": false,
"frameworks": "IOKit"
}