blob: 9e476226a8ab58a8ce0fb676baf7d9e2456be69d [file] [log] [blame]
{
"name": "FPSCounter",
"version": "2.1.0",
"homepage": "https://github.com/konoma/fps-counter",
"summary": "A small library to measure the frame rate of an iOS Application.",
"description": "FPSCounter is a small library to measure the frame rate of an iOS Application.\n\nYou can display the current frames per second in the status bar with a single line.\nOr if you'd like more control, you can have your own code notified of FPS changes\nand display it as needed.",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Markus Gasser": "markus.gasser@konoma.ch"
},
"platforms": {
"ios": "8.0"
},
"source": {
"git": "https://github.com/konoma/fps-counter.git",
"tag": "2.1.0"
},
"source_files": "Sources/**/*.{swift,h,m}",
"public_header_files": "Sources/**/*.h",
"frameworks": [
"Foundation",
"UIKit"
],
"requires_arc": true
}