blob: ededb14840a250a557a7536c10b07ef83936e4e3 [file] [log] [blame]
{
"name": "VMDInstrumenter",
"version": "0.8.1",
"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.8.1"
},
"source_files": "VMInstrumenter/**/*.{h,m}",
"license": "BSD",
"homepage": "https://github.com/vittoriom/VMInstrumenter",
"requires_arc": true,
"platforms": {
"ios": "5.1"
}
}