blob: bbb32181b1b69b12b72cc10e176f00d18cf24e0f [file] [log] [blame]
{
"name": "GYMonitor",
"version": "1.0.0",
"summary": "A collection of code for profiling iOS app, such as monitoring FPS.",
"homepage": "https://github.com/featuretower/GYMonitor",
"license": "MIT (LICENSE)",
"authors": {
"featuretower": "featuretower@qq.com"
},
"source": {
"git": "https://github.com/featuretower/GYMonitor.git",
"tag": "1.0.0"
},
"platforms": {
"ios": "7.0"
},
"source_files": [
"GYMonitor",
"GYMonitor/**/*.{h,m}"
],
"exclude_files": "GYMonitor/CrashReporter.framework",
"dependencies": {
"PLCrashReporter": [
]
},
"requires_arc": true
}