blob: 267f994262d3725d215bce667bf536eb6c418875 [file] [log] [blame]
{
"name": "HTMonitor",
"version": "0.0.1",
"summary": "A Tool to monitor UI rending time and memory leaks",
"description": "You can use this tool to monitor your app's page,to look the time of UI rending",
"homepage": "https://github.com/helloted/MonitorMethod",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"helloted": "helloted@live.com"
},
"social_media_url": "http://helloted.com",
"platforms": {
"ios": "7.0"
},
"source": {
"git": "https://github.com/helloted/MonitorMethod.git",
"tag": "0.0.1"
},
"source_files": [
"Classes",
"Classes/*.{h,m}"
],
"exclude_files": "Classes/Exclude",
"requires_arc": true
}