blob: 4952e7d5292c2c47b69456dd91faa2093010b7d2 [file] [log] [blame]
{
"name": "SLPerformanceTestTool",
"version": "0.0.1",
"summary": "A simple Tool for Performance Test in iOS",
"description": "A simple Tool for Performance Test in iOS, you can use it to record the CPU and Memory's data.",
"homepage": "https://github.com/santosli/SLPerformanceTestTool",
"license": "Apache License, Version 2.0",
"authors": {
"santos": "hslx111@gmail.com"
},
"platforms": {
"ios": "7.0"
},
"source": {
"git": "https://github.com/santosli/SLPerformanceTestTool.git",
"tag": "0.0.1"
},
"source_files": [
"SLPerformanceTestTool",
"SLPerformanceTestTool/**/*.{h,m}"
],
"exclude_files": "SLPerformanceTestTool/Exclude",
"requires_arc": true
}