blob: 305b0bf03f22f53b630c944f9d510d5007a6fca0 [file] [log] [blame]
{
"name": "DVFloatingWindow",
"version": "0.3",
"summary": "The missing debug tool for iOS",
"description": " DVFloatingWindow is a simple and effective tool for reviewing your application logs just from within. You can manage them by creating a separate tab for each log, quickly switch between tabs and see all the details you need. Also there is an opportunity to add buttons with your custom handlers for helping you to debug your app (e.g. send a network request, reset settings, etc.).\n",
"homepage": "https://github.com/dvor/DVFloatingWindow",
"screenshots": "https://raw.github.com/wiki/dvor/DVFloatingWindow/demo-0.3.gif",
"license": "MIT",
"authors": {
"Dmitry Vorobyov": "d@dvor.me"
},
"platforms": {
"ios": "5.0"
},
"source": {
"git": "https://github.com/dvor/DVFloatingWindow.git",
"tag": "0.3"
},
"source_files": "DVFloatingWindow",
"public_header_files": "DVFloatingWindow/{DVFloatingWindow,DVDefinitions,DVLoggerConfiguration,DVMacros}.h",
"requires_arc": true,
"frameworks": "MessageUI"
}