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