blob: f0b4bfddb59b63e59852309b76e256a3839cfefb [file] [log] [blame]
{
"name": "MGWatchdog",
"version": "0.1.0",
"summary": "iOS/OSX UI freezes analyzer.",
"homepage": "https://github.com/maxgordeev/MGWatchdog",
"license": "MIT",
"authors": {
"Max Gordeev": "maxim.m.gordeev@gmail.com"
},
"source": {
"git": "https://github.com/maxgordeev/MGWatchdog.git",
"tag": "0.1.0"
},
"platforms": {
"ios": "7.0"
},
"requires_arc": true,
"source_files": "MGWatchdog/MGWatchdog/Sources/*.{h,m}",
"public_header_files": "MGWatchdog/MGWatchdog/Sources/MGWatchdog.h",
"frameworks": "UIKit"
}