blob: ad5007cab9a8af38f466b015faca5a689ffb08c1 [file] [log] [blame]
{
"name": "IdentifyUSBMassStorage",
"version": "0.1.2",
"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.2"
},
"platforms": {
"osx": "10.9"
},
"source_files": "IdentifyUSBMassStorage/Classes/**/*",
"frameworks": [
"IOKit",
"DiskArbitration"
]
}