blob: 191724a2832d936ada2397c2716a9f6c44020b34 [file] [log] [blame]
{
"name": "IdentifyUSBMassStorage",
"version": "0.1.0",
"summary": "Identify usb info from a mass storage device.",
"description": "Identify usb info(ProductID, VendorID.) from a mass storage device.",
"homepage": "https://github.com/raxcat/IdentifyUSBMassStorage",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"raxcat liu": "raxcat@gmail.com"
},
"source": {
"git": "https://github.com/raxcat/IdentifyUSBMassStorage.git",
"tag": "0.1.0"
},
"platforms": {
"osx": "10.9"
},
"source_files": "IdentifyUSBMassStorage/Classes/**/*",
"frameworks": [
"IOKit",
"DiskArbitration"
]
}