blob: fc996f76080b17b49de5d235615374adeb0a1a58 [file] [log] [blame]
{
"name": "VMDInstrumenter",
"version": "0.6.0",
"summary": "A simple Objective-C singleton to instrument, trace, and suppress selectors at runtime.",
"authors": {
"Vittorio Monaco": "vittorio.monaco1@gmail.com"
},
"source": {
"git": "https://github.com/vittoriom/VMInstrumenter.git",
"tag": "0.6.0"
},
"source_files": [
"Classes",
"VMInstrumenter/*.{h,m}"
],
"license": "BSD",
"homepage": "https://github.com/vittoriom/VMInstrumenter",
"requires_arc": true
}