blob: 59994ef8f02fa490a40cd66889e3b8309b142b62 [file] [log] [blame]
{
"name": "MGWatchdog",
"version": "0.1.3",
"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.3"
},
"platforms": {
"ios": "7.0",
"osx": "10.8"
},
"requires_arc": true,
"source_files": "MGWatchdog/MGWatchdog/Sources/*.{h,m}",
"public_header_files": "MGWatchdog/MGWatchdog/Sources/MGWatchdog.h",
"ios": {
"frameworks": "UIKit"
}
}