blob: 9fc9b7431f3d3dbf19ea016429dcba8d6c970a60 [file] [log] [blame]
{
"name": "GDPerformanceView",
"version": "1.2.0",
"summary": "Shows FPS, CPU usage, app and iOS versions above the status bar.",
"homepage": "https://github.com/dani-gavrilov/GDPerformanceView",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Gavrilov Daniil": "daniilmbox@gmail.com"
},
"platforms": {
"ios": "8.0"
},
"source": {
"git": "https://github.com/dani-gavrilov/GDPerformanceView.git",
"tag": "1.2.0"
},
"source_files": "GDPerformanceView/GDPerformanceMonitoring/*",
"frameworks": [
"UIKit",
"Foundation",
"QuartzCore"
],
"requires_arc": true
}