blob: f1e472d4fbeb9bc757ebce4105cd371ff4acd9b3 [file] [log] [blame]
{
"name": "GDPerformanceView-Swift",
"version": "2.1.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": "9.0"
},
"source": {
"git": "https://github.com/dani-gavrilov/GDPerformanceView-Swift.git",
"tag": "2.1.0"
},
"source_files": "GDPerformanceView-Swift/GDPerformanceMonitoring/*.swift",
"frameworks": [
"UIKit",
"Foundation",
"QuartzCore"
],
"requires_arc": true,
"swift_versions": [
"4.2",
"5.0"
],
"swift_version": "5.0"
}