blob: 67bef58b0a15e340517c6971bbe277e6f36a666a [file] [log] [blame]
{
"name": "DXFPSLabel",
"version": "0.1.0",
"summary": "A label shows app's current FPS when needed(In UITrackingRunLoopMode)",
"description": "A label shows app's current FPS when needed(In UITrackingRunLoopMode) in DEBUG mode, inspired by FastImageCache demo",
"homepage": "https://github.com/xiekw2010/DXFPSLabel",
"license": "MIT",
"authors": {
"kaiwei.xkw": "kaiwei.xkw@alibaba-inc.com"
},
"source": {
"git": "https://github.com/xiekw2010/DXFPSLabel.git",
"tag": "0.1.0"
},
"platforms": {
"ios": "6.0"
},
"requires_arc": true,
"source_files": "Pod/Classes/**/*",
"resource_bundles": {
"DXFPSLabel": [
"Pod/Assets/*.png"
]
}
}